Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
OOPS Concepts Questions
Which of the following ways are legal to access a class data member using this pointer?
Which of the following is correct about the statements given below? All operators can be overloaded in C++. We can change the basic meaning of an operator in C++.
Which of the following operator is overloaded for object cout?
Which of the following statement is correct?
Which of the following type of class allows only one object of it to be created?
Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified?
Which of the following is not the member of class?
Which of the following is an abstract data type?
Which of the following correctly describes overloading of functions?
Which one of the following is the correct way to declare a pure virtual function?
Which of the following concepts means wrapping up of data and functions together?
Which of the following is not a type of constructor?
Which of the following access specifier is used as a default in a class definition?
Which of the following statement is correct?
cout is a/an __________ .
Which of the following header file includes definition of cin and cout?
Which of the following concepts is used to implement late binding?
What happens if the base and derived class contains definition of a function with same prototype?
Which of the following statements regarding inline functions is correct?
Which one of the following options is correct about the statement given below? The compiler checks the type of reference in the object and not the type of object.
1
2
3