In an OOP language, a class can be derived from an object
It is true or false
Answers
Answered by
1
True
and the type of the programming technique is called inheritance.
Inheritance is achieved by creating a new class from an existing class. The existing class is called the base class, while the newly created class is called the derived class
Similar questions