OOPs Concepts Programming and Technical Logical Reasoning Blood Relations

This operator is used to allocate memory

-new
-delete
-static
-real

Read Solution (Total 7)

OOPs Concepts Other Question

The null character will take space of

-0 byte
-2 byte
-1 byte
-8 byte
Which one is correct to declare an interface in a class?

-By making all the methods pure virtual in a class
-By making all the methods abstract using the keyword abstract in a class
-By declaring the class as interface with the keyword interface
-It is not possible to create interface class in C++