what is the difference between ERROR and EXCEPTION?
Answer Posted / suresh
Error is a mistake and it occurs are Compile time...
Exception says what is the mistake...it occurs at run time..
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is object and class in oops?
What is debug class?what is trace class? What differences are between them? With examples.
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is oops and its features?
what is the drawback of classical methods in oops?
What does and I oop mean in text?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is polymorphism in oops with example?
what is graphics
What is difference between oop and pop?
Give two or more real cenario of virtual function and vertual object
How to hide the base class functionality in Inheritance?
What is meant by multiple inheritance?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)