what is the main difference between c and c++?
Answer Posted / vinod
C++ support the exception handling while c does not support exception handling feature. c++ is a superset of c i.e. c++ can run most of c code while c can not run c++ code.
Data hiding future are not present in the c language while data hiding future are present in the c++ language this is oop future.
we can call the (Function) method throw the object in the c++, while in c object are not used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is constructor in oop?
What is encapsulation and abstraction? How are they implemented in C++?
What is the benefit of oop?
What is the purpose of enum?
Write a program to reverse a string using recursive function?
write a program to find 2^n+1 ?
What is protected in oop?
What are two types of polymorphism?
What are the 3 principles of oop?
What is polymorphism oop?
What is destructor give example?
What is multilevel inheritance explain with example?
What is the difference between abstraction and polymorphism?
officer say me - i am offered to a smoking , then what can you say
What are objects in oop?