adspace
How to hide the base class functionality in Inheritance?
Answer Posted / Gaurav Shukla
In C++, a derived class can hide a base class member by providing its own implementation of the member with the same name. This is known as method hiding or overriding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers