InterviewSolution
Saved Bookmarks
| 1. |
Which interface determines how your class will be used by another program?(a) public(b) private(c) protected(d) voidI got this question in exam.This interesting question is from Design of Class Hierarchies in chapter Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» Correct choice is (a) public |
|