InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is an abstract data type?(a) int(b) float(c) class(d) stringI got this question in unit test.I'd like to ask this question from OOPs Concept in portion Basics Concepts of C++ of C++ |
|
Answer» The correct OPTION is (C) class |
|