Computer Applications
State whether the following statement is True or False :
Visibility modes decide the access provided to the members from the target.
Encapsulation & Inheritance in Java
15 Likes
Answer
False
Answered By
1 Like
Related Questions
State whether the following statement is True or False :
Base class is used to inherit the property of a derived class.
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 :
Constructors of base and derived classes are automatically invoked while creating the objects of derived class.
State whether the following statement is True or False :
A target does not have access to the private members of base class.