C++ Programming :: OOPS Concepts
-
Which of the following concepts means wrapping up of data and functions together?
-
Which of the following concepts means waiting until runtime to determine which function to call?
-
How "Late binding" is implemented in C++?
-
Which of the following is the correct class of the object cout?
-
Which of the following cannot be used with the keyword virtual?
-
Which of the following functions are performed by a constructor?
-
Which of the following problem causes an exception?
-
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.
-
Which of the following is the correct way of declaring a function as constant?