Saved Bookmarks
| 1. |
Identify the correct statement.(a) c++ does not have built-in interfaces(b) c++ does have built-in interfaces(c) c++ have no concept of interfaces(d) c++ does have built-in interfaces & classesI had been asked this question in an interview.Origin of the question is Modularization and Interfaces in division Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» RIGHT choice is (a) C++ does not have built-in interfaces To explain: UNLIKE other programming languages like JAVA and others, C++ has no inbuilt interfaces. |
|