1.

How many types of modularization are there in c++?(a) 4(b) 3(c) 1(d) 2This question was addressed to me in quiz.The above asked question is from Modularization and Interfaces topic in chapter Functions, Namespaces & Exceptions in C++ of C++

Answer»

The correct answer is (d) 2

To explain: There are TWO TYPES of MODULAR programming. They are INTERFACE and IMPLEMENTATION.



Discussion

No Comment Found

Related InterviewSolutions