what is the difference between ERROR and EXCEPTION?
Answer Posted / novice
exception is a special situation of the program where we
need to deviate from the normal path of execution and define
our own path i.e code to handle it. it is an error like
situation but not actually an error.
error is a wrong opinion given by the user or mistakes and
misconstrued statements made by the programmer which cannot
be resolved by the programmer
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is different between oops and c++
What is difference between inheritance and polymorphism?
Why do we use polymorphism?
Why is static class not inherited?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Can a varargs method be overloaded?
What is abstraction oop?
Explain virtual inheritance?
What is polymorphism oop?
What does enum stand for?
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.
2. Give the different notations for the class.\
What is a class oop?
What is a function in oop?
Can main method override?