Vidyalelo
C++ Programming · Q35

Polymorphism in C++

Programming · C++ Programming · question 35

Q35

Which C++ keyword is used to access the base class within a derived class?

A.
super
B.
base
Answer
C.
this
D.
parent

Answer: Option B

Solution

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