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 polymorphism and why is it important?
What is encapsulation in ict?
Which type does string inherit from?
How to hide the base class functionality in Inheritance?
Which language is not a true object oriented programming language?
What is object-oriented programming? Webopedia definition
What is overriding in oops?
#include
How do you explain polymorphism?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is object in oop with example?
What is multilevel inheritance?
What language is oop?
What is abstract class in oop?
What is a class and object?