Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6091363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:19:08+00:00 2026-05-23T12:19:08+00:00

I was told that for a Java subclass it can inherit all members of

  • 0

I was told that for a Java subclass it can inherit all members of its superclass. So does this mean even private members? I know it can inherit protected members.

Can someone explain this to me. I am now totally confused.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:19:08+00:00Added an answer on May 23, 2026 at 12:19 pm

    No, the private member are not inherited because the scope of a private member is only limited to the class in which it is defined. Only the public and protected member are inherited.

    From the Java Documentation,

    Private Members in a Superclass

    A subclass does not inherit the
    private members
    of its parent class.
    However, if the superclass has public
    or protected methods for accessing its
    private fields, these can also be used
    by the subclass. A nested class has
    access to all the private members of
    its enclosing class—both fields and
    methods. Therefore, a public or
    protected nested class inherited by a
    subclass has indirect access to all of
    the private members of the superclass.

    From the JLS,

    Members of a class that are declared
    private are not inherited
    by
    subclasses of that class. Only members
    of a class that are declared protected
    or public are inherited by subclasses
    declared in a package other than the
    one in which the class is declared.

    A useful link : Does subclasses inherit private fields?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been told that the java servlets may run asynchronously. But does that mean
I was told that in Java, unchecked exceptions can be caught in a try
When I learned Java, I was told that the arraylist works this way: It
I was told that strings in java can not be changed.What about the following
I've been told that the java class TreeMap uses an implementation of a RB
I've been told that there is some overhead in using the Java try-catch mechanism.
I've always been told that adding an element to an array happens like this:
I am told that good developers can spot/utilize the difference between Null and False
I'm told that the template system in C++ is Turing-complete at compile time. This
I was told that static methods in java didn't have Inheritance but when I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.