

MCQOPTIONS
Saved Bookmarks
1. |
Not using virtual destructor feature in a C++ object oriented programing can cause |
A. | An Issue in creating object of the class |
B. | Memory leak |
C. | An issue in calling base class destructor |
D. | None of the above |
Answer» C. An issue in calling base class destructor | |