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
What is the literal meaning of Polymorphism?
- Using different operations for same purpose
- Using same operation for different purposes
- Using same data in different functions
- None of them
Object Oriented Programming is an approach to standarise the program by creating partitioned memory area for both data and functions. It does not allow data to flow freely from one function to other. In this system, the complete problem is decomposed into a number of entities called objects. Some of the object oriented principles are given in the box as below:
Polymorphism Encapsulation Inheritance Abstraction Pick an appropriate principle for each of the descriptions given below:
(a) It allows deriving a new class from existing class. The new class will have combined features of both the classes.
(b) It promotes function overloading which is using a number of functions/methods with the same name but with different parameters.
(c) It allows grouping or merging data and functions as a unit such that the data of a particular object is used in the associated functions.
(d) It is using some external components without knowing the internal mechanism.
Which is not an Object Oriented Programming language?
- Python
- Eiffel
- Small talk
- COBOL