OOPs Concepts Programming and Technical Programming Definition

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++

Read Solution (Total 4)

OOPs Concepts Other Question

This operator is used to allocate memory

-new
-delete
-static
-real
Keywords support dynamic method of resolution is

-abstract
-Virtual
-Dynamic
-Typeid