Which access specifier is used when no access specifier is used with a member of class (jav

Which access specifier is used when no access specifier is used with a member of class (jav Correct Answer Default

Default access is used if the programmer doesn’t specify the specifier. This acts in a similar way as that of private. But since nothing is specified we call it to default access.
Bissoy MCQ

Related Questions

Abstract class A has 4 virtual functions. Abstract class B defines only 2 of those member functions as it extends class A. Class C extends class B and implements the other two member functions of class A. Choose the correct option below.