Introduction To C Plus Plus - Study Mode
[#46] Which of the following is correct about static polymorphism?
Correct Answer
(A) In static polymorphism, the conflict between the function call is resolved during the compile time
[#47] Which of the following is the scope resolution operator?
Correct Answer
(C) ::
[#48] Which of the following is an entry-controlled loop?
Correct Answer
(D) both while and for
[#49] Which keyword is used to define a constant in C++?
Correct Answer
(C) const
[#50] What is the keyword used for inheritance in C++?
Correct Answer
(D) :