Computer Applications
Which OOP principle enables operating a TV set using a remote control without knowing its internal mechanism ?
- Data Abstraction
- Encapsulation
- Insulation
- Inheritance
OOP Intro Java
11 Likes
Answer
Data Abstraction
Reason — Data Abstraction enables operating a TV set using a remote control without knowing its internal mechanism. It is the process of representing essential features without revealing the background details. Similarly, a remote control allows users to operate a TV without understanding its internal circuits and components.
Answered By
7 Likes
Related Questions
Procedure Oriented Programming follows:
- Top-down approach
- Down-top approach
- Random approach
- Normal approach
Which is not an Object Oriented Programming language?
- Python
- Eiffel
- Small talk
- COBOL
Which of the following principles uses base and derived classes?
- Encapsulation
- Inheritance
- Polymorphism
- Data hiding
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