Computer Science, asked by mahilum8428, 11 months ago

Derived class can inherit from the base class.State true or false.

Answers

Answered by palakdeshmukh2310
0

Base class cannot access derived class members since it does not have any knowledge of the derived class. There is no private or protected inheritance. We can derive a class from a base class even if the base class's source code is not available.

Answered by mohdawais725
0

Answer:

Explanation:

_________true___________

Similar questions