Computer Science, asked by virajmore612, 3 months ago

in the
When a protected member is inherited in public mode, it becomes
derived class.​

Answers

Answered by KoushikShaan
0

Answer:

Here is brief explanation

Explanation:

Protected Inheritance − When deriving from a protected base class, public and protected members of the base class become protected members of the derived class. Private Inheritance − When deriving from a private base class, public and protected members of the base class become private members of the derived class.

Similar questions