Computer Science, asked by sharankumar2830, 1 month ago

In inheritance: The statement, the base class has all the knowledge of sub class

Select one:
True
False​

Answers

Answered by kumarijyotisp18
1

Answer:

true.

In object-oriented programming, inheritance is the mechanism of basing an object or class upon another object or class, retaining similar implementation. Also defined as deriving new classes from existing ones such as super class or base class and then forming them into a hierarchy of classes

Similar questions