what is the main difference between c and c++?
Answer Posted / shubhangi
In C++ when any exception occurs it can be handled with the
help of exception handling mechanism while no such facility
available in c
exception execution eg.array out of bound,dividing a number
by zero.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can private class be inherited?
Whats oop mean?
What is the real life example of polymorphism?
to find out the minimum of two integer number of two different classes using friend function
What is abstraction in oop?
What is multilevel inheritance explain with example?
What is this pointer in oop?
Why we use classes in oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
What do you mean by Encapsulation?
What are different oops concepts?
What is object in oops?
c++ program to swap the objects of two different classes
which feature are not hold visual basic of oop?
Are polymorphisms mutations?