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 the full form of oops?
What is and I oop mean?
What is overloading and its types?
What is difference between multiple inheritance and multilevel inheritance?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
• What are the desirable attributes for memory managment?
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?
What are the two different types of polymorphism?
What is pointer in oop?
What is polymorphism and why is it important?
What is the main feature of oop?
What is encapsulation in oops?
What is overriding in oops?
What are two types of polymorphism?
What are the benefits of interface?