Computer Applications
What is inheritance?
OOP Intro Java
ICSE 2017
71 Likes
Answer
Inheritance is the mechanism by which a class acquires the properties and methods of another class.
Answered By
43 Likes
Related Questions
Which of the following can flow freely in Procedure Oriented Programming languages ?
- function
- data
- statement
- instruction
Which of the following principles uses base and derived classes?
- Encapsulation
- Inheritance
- Polymorphism
- Data hiding
An object is identified by its characteristics.
Procedure Oriented Programming follows:
- Top-down approach
- Down-top approach
- Random approach
- Normal approach