730 views
2 votes
2 votes
Which of the following concepts of OOPS means exposing only necessary information to client?

A.     Encapsulation
B.     Abstraction
C.     Data hiding
D.     Data binding

Answer is C, Why?

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
2
go_editor asked Jul 30, 2016
7,395 views
When the inheritance is private, the private methods in base class are _____ in the derived class (in C++)inaccessible accessibleprotectedpublic
1 votes
1 votes
2 answers
3
2 votes
2 votes
3 answers
4
go_editor asked Jul 30, 2016
6,699 views
Which of the following, in C++, is inherited in a derived class from base class?constructordestructordata membersvirtual methods