InterviewSolution
| 1. |
Is A C# Interface The Same As A C++ Abstract Class? |
|
Answer» No, not QUITE. An abstract CLASS in C++ cannot be instantiated, but it can (and often does) contain No, not quite. An abstract class in C++ cannot be instantiated, but it can (and often does) contain |
|