what is the difference between ERROR and EXCEPTION?
Answer Posted / kasturi
error occur at compile time
it expection is also a error that ouccur at run time which can retify using try,throw and catch
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
c++ program to swap the objects of two different classes
What is polymorphism explain its types?
class type to basic type conversion
Why do we use inheritance?
How do you define a class in oop?
How do you define social class?
Can you explain polymorphism?
How long to learn object oriented programming?
What is difference between data abstraction and encapsulation?
What is basic concept of oop?
What are the benefits of interface?
What is abstraction in oop with example?
What is the point of polymorphism?
What is property in oops?
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!!!)