Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
OOPS Concepts Questions
Which of the following is the correct class of the object cout?
Which one of the following is correct about the statements given below? All function calls are resolved at compile-time in Procedure Oriented Programming. All function calls are resolved at compile-time in OOPS.
Which of the following is correct about class and structure?
Which of the following concepts of OOPS means exposing only necessary information to client?
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?
What is correct about the static data member of a class?
Why reference is not same as a pointer?
Which of the following statements is correct?
1
2
3