Computer Science, asked by koavishekshaw, 3 months ago

is the fundamental feature of object oriented programming where one class can access all the non-private properties of another class.​

Answers

Answered by candycanepiya
2

Answer:

The private member functions can never be accessed in the derived classes. The access specifiers is of maximum security that allows only the members of self class to access the private member functions.

Explanation:

Hope it may help you..

Similar questions