Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C++ Programming
»
OOPS Concepts
Which of the following concepts of OOPS means exposing only necessary information to client?
Encapsulation
Abstraction
Data hiding
Data binding
Correct Answer:
Data hiding
← Previous Question
Next Question→
More Questions from
OOPS Concepts
Which of the following statements is correct in C++?
Which of the following is not a type of inheritance?
Which of the following is the correct way of declaring a function as constant?
How many instances of an abstract class can be created?
Which of the following cannot be friend?
Which of the following problem causes an exception?
Which of the following is an invalid visibility label while inheriting a class?
Which inheritance type is used in the class given below? class A : public X, public Y {}
Which of the following keyword is used to overload an operator?
What will happen if a class is not having any name?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments