Computer Science, asked by asadurbarbhuiya37, 3 months ago

what is visibility mode?​

Answers

Answered by Anonymous
1

Explanation:

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 brainlypromoter4
0

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.

Hope this will help u

m

Similar questions