click below
click below
Normal Size Small Size show me how
CS_CTutorial_CIntro3
Difference Between C and CPP
| Question | Answer |
|---|---|
| What was cpp developed as an extension of | C |
| describe the relationship of the syntax between c and cpp | syntax is often similar |
| what type of language is c primarily | procedural language |
| what does it mean to be a procedural language | build programs with functions |
| what does cpp support | classes and objects |
| what is cpp used for because it has classes and objects | object oriented programming |
| what can c do - making it more like cpp | can still organize data using structures , can build large programs |
| what is the difference between c and cpp | cpp offers additional features like classes |