what is the difference between ERROR and EXCEPTION?
Answer Posted / amitdubey
Errors are the mistakes we make in our progra
ms which we come to know in compile time and exception are the eroors that takes place during runtime.
they can be handled by exception handling
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is abstraction in oops?
How do you define social class?
What is difference between data abstraction and encapsulation?
What are main features of oop?
What is coupling in oop?
Write a c++ program to display pass and fail for three student using static member function
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is inheritance write a program to show use of inheritance?
Is this job good for future? can do this job post grduate student?
Why is polymorphism needed?
What is class and object in oops?
Why is oop better than procedural?
What are constructors in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are the benefits of interface?