C++ Programming :: OOPS Concepts
-
In which of the following a virtual call is resolved at the time of compilation?
-
Which of the following statements regarding inline functions is correct?
-
Which one of the following is the correct way to declare a pure virtual function?
-
Which of the following keyword is used to overload an operator?
-
What will happen if a class is not having any name?
-
Which inheritance type is used in the class given below?
class A : public X, public Y
{} -
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 an invalid visibility label while inheriting a class?
-
Which one of the following options is correct?
-
Which of the following statements is correct in C++?