Paying attention to the important properties while ignoring inessential details is known as________ A. selectiveness B. polymorphism C. abstraction D. summarizing

[amp_mcq option1=”selectiveness” option2=”polymorphism” option3=”abstraction” option4=”summarizing” correct=”option3″]

The correct answer is: C. abstraction.

Abstraction is the process of focusing on the essential characteristics of something and ignoring the non-essential details. It is a way of simplifying complex information so that it can be more easily understood.

In computer science, abstraction is a fundamental concept that is used in many different areas, including programming, data modeling, and software design. It is used to hide the details of implementation and to focus on the essential aspects of a problem.

Abstraction is often used in conjunction with other concepts, such as encapsulation and polymorphism, to create more modular and reusable code.


A. selectiveness is the ability to choose from a number of options. It is not the same as abstraction, which is the process of focusing on the essential characteristics of something and ignoring the non-essential details.


B. polymorphism is the ability of a single entity to take on multiple forms. It is not the same as abstraction, which is the process of focusing on the essential characteristics of something and ignoring the non-essential details.


D. summarizing is the act of reducing a piece of text or information to its most important points. It is not the same as abstraction, which is the process of focusing on the essential characteristics of something and ignoring the non-essential details.