Computer Science, asked by advayagiradkar, 2 months ago

1. __________ means to show only the necessary details to the user of the application.
a. Abstraction
b. Polymorphism
c. Inheritance
d. Encapsulation

Answers

Answered by farhan8346
2

Answer:

a. Abstraction

Explanation:

1] Abstraction means to show only the necessary details to the user of the application.

2] Abstraction is the concept of object-oriented programming that "shows" only essential attributes and "hides" unnecessary information. 3] The main purpose of abstraction is hiding the unnecessary details from the users.

4] It helps in reducing programming complexity and efforts.

Similar questions