Private members of the class are not inheritable - Inheritance

Q.  Private members of the class are not inheritable.
- Published on 19 Oct 15

a. True
b. False

ANSWER: False
 

    Discussion

  • tousheef   -Posted on 03 Jul 23
    Inheritance means reusability.I think if private members are not using in derived classes then how we can say that these are inheritable
  • vasu   -Posted on 11 Mar 18
    We can't inherit private members of class.
  • ashish   -Posted on 13 Sep 16
    if inheratable then find size of derived class ...
    it is not inheritable also
  • ishan   -Posted on 29 Aug 16
    we can't inharit private member in other class
  • Raj   -Posted on 08 Oct 15
    Private members of the class are inheritable but not accessible.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)