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 the example of polymorphism?
Why do we need polymorphism in c#?
What are two types of polymorphism?
write a program to find 2^n+1 ?
Get me an image implementation program.
Can private class be inherited?
Why multiple inheritance is not possible?
What is encapsulation and abstraction? How are they implemented in C++?
How do you achieve polymorphism?
What is difference between multiple inheritance and multilevel inheritance?
Can abstract class have normal methods?
What is oops concept with example?
What is the point of polymorphism?
What is this pointer in oop?
What is the difference between abstraction and polymorphism?