what is the difference between ERROR and EXCEPTION?
Answer Posted / vignesh
Errors can't be prevented. Stop execution abruptly.
Exceptions can be caught and solved.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Can we define a class within the interface?
How many human genes are polymorphic?
What is the types of inheritance?
What are benefits of oop?
Can destructor be overloaded?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is variable example?
Why is polymorphism important in oop?
Is data hiding and abstraction same?
Why do pointers exist?
What is abstraction in oop with example?
Why oops is important?
What type of loop is a for loop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
can we make game by using c