InterviewSolution
Saved Bookmarks
| 1. |
How many kinds of classes are there in c++?(a) 1(b) 2(c) 3(d) 4 |
|
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. |
|