Computer Science, asked by sbaba1449, 2 months ago

45. How do we declare an "interface" class?
(A) By making all the methods pure virtual in a class
(B) By making all the methods abstract using the keyword "abstract" in a class
(C) By declaring the class as interface with the keyword "interface"
(D) It is not possible to create interface class in C++​

Answers

Answered by taibanoori1998
2

Answer:

(A) By making all the methods pure virtual in a class

Similar questions