Computer Science, asked by ashraf620, 1 month ago

Characteristic
of public visibility mode

Answers

Answered by Harshita279
6

Answer:

The visibility modes basically control the access specifier to be for inheritable members of base class, in the derived class. Public visibility mode: The public derivation means that the derived class can access the public and protected members of the base class but not the private members of the base class.

Similar questions