Computer Science, asked by guuuttf5677, 1 month ago

what is visibility mode​

Answers

Answered by aakhyapatel18jun2012
1

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.

Answered by rahulsoni92624
0

Explanation:

the the visibility mode basically control the access specifier to be from inheritance members base class in derived class

Similar questions