Inheritance is the means by which one or more classes can be derived from a/an ___ class.
A.base
B.abstract
C.null
D.predefined
Answers
Answered by
1
inheritance is the means by which one or more classes can be derived from a.
"base class "
"base class "
Answered by
0
Inheritance is the means by which one or more classes can be derived from a base class. So correct option is option(a).
- Inheritance is a process by which properties of the parent class or base class can be acquired by its child or subclass.
- It is a very useful concept of OOPS as it increases the reusability of the program.
- A class derived from another class is called a subclass or child of it and the class from which it is inherited is called a parent class or superclass.
Similar questions
Math,
6 months ago
Math,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
English,
1 year ago
Math,
1 year ago