KnowledgeBoat Logo

Computer Applications

The process by which a class acquires the properties from another class is called:

  1. polymorphism
  2. inheritance
  3. abstraction
  4. 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