Computer Applications
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.
Encapsulation & Inheritance in Java
17 Likes
Answer
True
Answered By
2 Likes
Related Questions
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.
State whether the following statement is True or False :
A target does not have access to the private members of base class.
State whether the following statement is True or False :
A single target inheriting many bases is known as multilevel inheritance.