Vidyalelo
Computer Science · Q83

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 83

Q83

If a derived class uses the public access specifier, then _____

A.
public base class members remain public in the derived class
Answer
B.
protected base class members become public in the derived class
C.
both (a) and (b)
D.
neither (a) nor (b)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board