1.

How many kinds of classes are there in c++?(a) 1(b) 2(c) 3(d) 4I had been asked this question in homework.Query is from Class Hierarchies and Abstract Classes in division Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

Correct CHOICE is (B) 2

The best explanation: There are two kinds of CLASSES in c++. They are absolute CLASS and the concrete class.



Discussion

No Comment Found

Related InterviewSolutions