what is the difference between ERROR and EXCEPTION?
Answer Posted / harsh.chiks
>>ERROR-It occurs at compile time,it just stops the
execution of a program
EXCEPTION-IT occurs at run time,we can handle them by
exception handling.It doesn't abrupt the program execution
Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is oops and why we use oops?
What is an advantage of polymorphism?
which feature are not hold visual basic of oop?
What do you mean by Encapsulation?
What does and I oop mean?
Why is destructor used?
What is the significance of classes in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
How do you use inheritance in unity?
Why multiple inheritance is not possible?
What are functions in oop?
What are objects in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
can we make game by using c
what is the drawback of classical methods in oops?