Related Questions

Which of these is used as a default for a member of a class if no access specifier is used for it?
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.