what is the main difference between c and c++?
Answer Posted / javed farooque
c is a procedural /structured and modular language in which
program can broken into smaller parts.c++ is based on
object oriented & c++ is a support of c. so we can say
c++ = c + object oriented.
Here, ++ is the increment opertaor it is increment by 1.
c++ is the superset of c.
c does not support reusability of code and data hiding
concepts.
c++ support reuseability of code and use for data hiding.
copy right @2009
All right reserved Affiliated by govt of M.P
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is abstraction in oop with example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What does <> mean pseudocode?
What is the main purpose of inheritance law?
Is oop better than procedural?
#include
What is encapsulation with example?
what is the drawback of classical methods in oops?
What is polymorphism what are the different types of polymorphism?
What is class encapsulation?
Is this job good for future? can do this job post grduate student?
Explain the concepts involved in Object Oriented programming.
when to use 'mutable' keyword and when to use 'const cast' in c++
Write a program to sort the number with different sorts in one program ??
Is html an oop?