Computer Applications
The process by which a class acquires the properties from another class is called:
- polymorphism
- inheritance
- abstraction
- object
OOP Intro Java
68 Likes
Answer
Inheritance
Reason — Inheritance is a property by virtue of which one class acquires some features from another class.
Answered By
21 Likes
Related Questions
Which of the following principle does not allow to access directly from outside the class premises?
- data hiding
- encapsulation
- abstraction
- all of the above
The process of combining data and functions that enables them to be together as a single entity is called
- inheritance
- encapsulation
- classification
- attributes
In procedural programming, the stress is laid on:
- class
- function
- data
- object
Which of the following is a blue print that creates objects of similar types?
- abstraction
- encapsulation
- class
- function