Home » C++ » MCQ
Showing Page 14 (261 - 280)
Question: 261
(A) Hello Derived
(B) Hello Base
(C) Hello Derived Hello Base
(D) Error: not matching func to call ‘derived::derived(cppbuzz_base&)’
Question: 262
(A) Both pointers hold same object
(B) They don't hold same object
(C) Compilation Error
(D) Exception occured