Computer Science, asked by ratan7470p36167, 9 months ago

State the Java concept that is implemented through: i) a superclass and a subclass ii) the act of representing essential features without including background details

Answers

Answered by codiepienagoya
9

Inheritance and the Abstraction is the answer to this question.

Explanation:

  • Inheritance and Abstraction both are part of the OOP's in java programming.
  • In Java, attributes and procedures could be inherited through one class to another in inheritance (subclass and superclass).
  • Abstraction is a method, that covers the user's details of its execution. Its user would be provided with both the features directly.
  • It describes the act of portraying important characteristics without any of the background explanations.

Learn more:

Inheritance and the Abstraction: https://brainly.in/question/17152158

Similar questions