Computer Applications
State whether the following statement is True or False :
Base class is used to inherit the property of a derived class.
Encapsulation & Inheritance in Java
15 Likes
Answer
False
Answered By
2 Likes
Related Questions
State whether the following statement is True or False :
During inheritance, the public and protected members remain in the same form in the derived class.
State whether the following statement is True or False :
Inheritance is a transitive property.
State whether the following statement is True or False :
During inheritance if no visibility mode is declared then the system automatically assumes it to be private.
State whether the following statement is True or False :
Visibility modes decide the access provided to the members from the target.