Computer Science, asked by Taabish9447, 11 months ago

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 meghakatiyar1
1
inheritance is the means by which one or more classes can be derived from a.

"base class "
Answered by dreamrob
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