English, asked by sunilmane8765, 9 months ago

explain the visibility mode use in inheritance​

Answers

Answered by hemarajasekar01
3

Answer:

Visibility mode is used in the inheritance of C++ to show or relate how base classes are viewed with respect to derived class. When one class gets inherited from another, visibility mode is used to inherit all the public and protected members of the base class.

Similar questions