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
What is abstraction encapsulation?
What is abstraction example?
What are the benefits of polymorphism?
is there any choice in opting subjects like 4 out of 7
What is new keyword in oops?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
State what is encapsulation and friend function?
Can an interface inherit a class?
Write a program to sort the number with different sorts in one program ??
What is coupling in oop?
write a program that takes input in digits and display the result in words from 1 to 1000
class type to basic type conversion
What type of loop is a for loop?
What is polymorphism and its types?