Which interface determines how your class will be used by another program?
(a) public
(b) private
(c) protected
(d) void
I 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++