Question:Base class members are made accessible to a derived class and inaccessible to rest of the program by _____.
A public access specifier B private access specifier C protected access specifier D friend access specifier
+ AnswerC
+ Report