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
when to use 'mutable' keyword and when to use 'const cast' in c++
c++ program to swap the objects of two different classes
What is basic concept of oop?
What is the example of polymorphism?
What is difference between pop and oop?
Get me a number puzzle game-program
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is an example of genetic polymorphism?
What is abstract class in oop?
What does and I oop and sksksk mean?
What does no cap mean?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is encapsulation and abstraction? How are they implemented in C++?
What are the three main types of variables?
2. Give the different notations for the class.\