what is visibility mode
Answers
Answered by
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
0
Explanation:
the the visibility mode basically control the access specifier to be from inheritance members base class in derived class
Similar questions