Can private members of a base class are inheritable justify?
Answer / Brajmohan Kumar
No, private members in a base class cannot be inherited by subclasses because they have the access level restricted to only the defining class.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of memory areas are allocated by jvm?
what is hashmap& hashtable with example?
What is an object's lock and which object's have locks in java programming?
What is type casting?
What is 'finally' method in Exceptions?
what difference between throw and throws in exception handling.
What is the right data type to represent a price in java?
Can we declare a static variable inside a method?
Can we execute a program without main?
Is there any need to import java.lang package?
What do heavy weight components mean in java programming?
what is wrapper class and its uses?