C Plus Plus Miscellaneous - Study Mode

[#76] What does derived class does not inherit from the base class?
Correct Answer

(D) all of the mentioned

[#77] In which type of semantics does c++ implements iterator?
Correct Answer

(C) Pointer

[#78] Which operators are part of RTTI?
Correct Answer

(C) both dynamic_cast<> & typeid

[#79] Which is referred by pointers to member?
Correct Answer

(B) Non-static members of class objects

[#80] Which of the following Operator cannot be used with pairs?
Correct Answer

(A) +