Discussion :: Object Oriented Programming Using C++
-
Assume a class Derv that is privately derived from class Base. An object of class Derv located in main() can access
A.
public members of Base
|
B.
protected members of Base
|
C.
private members of Base
|
D.
public members of Derv
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment