Assume a class Derv that is privately derived from class Base An-04131
Assume a class Derv that is privately derived from class Base. An object of class Derv located in main() can access
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Mid Term - Quiz No.4.
Assume a class Derv that is privately derived from class Base. An object of class Derv located in main() can access
public members of Derv
protected members of Derv
private members of Derv
protected members of Base