C++ Programming - OOPS Concepts - Discussion

Discussion Forum : OOPS Concepts - General Questions (Q.No. 10)
10.
Which of the following concepts of OOPS means exposing only necessary information to client?
Encapsulation
Abstraction
Data hiding
Data binding
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
72 comments Page 8 of 8.

Aayush Tayal said:   1 year ago
Abstraction should be the correct answer.
(12)

Krsna SP said:   2 months ago
Abstraction is the correct answer as its main purpose is to show only the necessary information. Abstraction means exposing only the essential features of an object to the client while hiding the internal implementation details.


Post your comments here:

Your comments will be displayed after verification.