View Single Post
Old 09-20-2012, 02:01 AM   #45
jameslabonte78
Registered User
 
Join Date: Sep 2012
Location: USA
Posts: 18
Main differences between C and C PLUS PLUS are as follows

1 ) In C language Data is not Secured while the data is secured in C PLUS PLUS because C PLUS PLUS have specific OOP features like data hiding which are not present in C.

2) C uses the top-down approach while C PLUS PLUS uses the bottom-up approach.
jameslabonte78 is offline   Reply With Quote