Chapter 1
Introduction to C++
CHAPTER OUTLINE
1.1 Differences between C and C++
1.4 The Object Oriented Technology
1.5 Disadvantage of Conventional Programming
1.7 Preface to Object Oriented Programming
1.8 Key Concept of Object Oriented Programming
1.1 DIFFERENCES BETWEEN C AND C++
Some differences between C and C++ are as follows:
- C is a procedure/function-oriented language and C++ language is driven by a procedure/object.
- Data is not protected in C, whereas data is secured in C++. Data hiding concept is absent in C.
- C uses a top down approach while C++ uses ...
Get Programming in C++, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.