Which specifier makes all the data members and functions of base class inaccessible by the derived class?
Which specifier makes all the data members and functions of base class inaccessible by the derived class? Correct Answer private
Private access specifier is used to make all the data members and functions of the base class inaccessible.