what is the difference between ERROR and EXCEPTION?
Answer Posted / prashant kalmodiya
ERROR : Occurs at complile time
EXCEPTION : Occurs at runtime
| Is This Answer Correct ? | 51 Yes | 7 No |
Post New Answer View All Answers
What is polymorphism used for?
What is static in oop?
What is object in oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What are the data types in oop?
Can we define a class within the interface?
what are the ways in which a constructors can be called?
when to use 'mutable' keyword and when to use 'const cast' in c++
to find out the minimum of two integer number of two different classes using friend function
What exactly is polymorphism?
What is abstract class in oop?
What is polymorphism oop?
What do you mean by overloading?
What is object-oriented programming? Webopedia definition
What is solid in oops?