Computer Applications
Define abstraction.
OOP Intro Java
ICSE 2018
66 Likes
Answer
Abstraction refers to the act of representing essential features without including the background details or explanation.
Answered By
45 Likes
Related Questions
Which of the following is a Procedure Oriented Programming language?
- Java
- C++
- Pascal
- Eiffel
Name the feature of Java depicted in the below picture.

- Encapsulation
- Inheritance
- Data Abstraction
- Polymorphism
Assertion (A): BASIC, Java, Python, etc. are some popular high level languages.
Reason (R): The instructions written in high level languages need language translators to be understood by the system.
Based on the above discussion, choose an appropriate statement from the options given below:
- Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
- Both Assertion (A) and Reason (R) are true and Reason (R) is not a correct explanation of Assertion (A).
- Assertion (A) is true and Reason (R) is false.
- Assertion (A) is false and Reason (R) is true.
PASCAL is a structure oriented programming language.