1.

Microsoft C++ Components extensions support new keyword to _____________(a) Modify a vtable(b) Replace a vtable slot entry(c) Add new vtable slot entries(d) Rearrange vtable slot entriesThe question was posed to me by my school teacher while I was bunking the class.Enquiry is from New Operator in section Memory Allocation & Scope of Variable of Object Oriented Programming

Answer»

Correct choice is (c) Add new VTABLE slot entries

The BEST I can explain: The new keyword is USED for adding new vtable slot entries. This is an additional feature in Microsoft C++. It can use predefined CLASS object for this WORK.



Discussion

No Comment Found

Related InterviewSolutions