A Admin • 833K Points Coach Q. How do we declare an ‘interface’ class? (A) It is not possible to create interface class in C++ (B) By declaring the class as interface with the keyword ‘interface’ (C) By making all the methods abstract using the keyword ‘abstract’ in a class (D) By making all the methods pure virtual in a class Correct Answer - Option(D) Views: 55 Filed under category C++ Hashtags: Share Manage Tags
Discusssion
Login to discuss.