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:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.