InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between C And C++ ? Would You Prefer To Use One Over The Other ? |
|
Answer» C is based on STRUCTURED programming whereas C++ supports the object-oriented programming paradigm.Due to the ADVANTAGES inherent in object-oriented programs such as MODULARITY and reuse, C++ is PREFERRED. HOWEVER almost anything that can be built using C++ can also be built using C. C is based on structured programming whereas C++ supports the object-oriented programming paradigm.Due to the advantages inherent in object-oriented programs such as modularity and reuse, C++ is preferred. However almost anything that can be built using C++ can also be built using C. |
|