what is the difference between ERROR and EXCEPTION?
Answer Posted / poonam
Error are those that do not allow are program to run. Some
errors cannot be fixed at compilation time they are runtime
errors. But exeptions are those that occur because of the
user during runtime which we are unable to avoid.For that we
use exeption handling to handle such kind of errors. These
allow the programs to execute and exit gracefully...
Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
What is interface in oop?
can we make game by using c
How is polymorphism achieved?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is a null tree?
Is react oop?
What is difference between inheritance and polymorphism?
How to call a non virtual function in the derived class by using base class pointer
What is the types of inheritance?
What is destructor give example?
What is the real life example of polymorphism?
Whats is abstraction in oops?
Why do while loop is used?
What is abstraction example?
Which language is not a true object oriented programming language?