what is the difference between ERROR and EXCEPTION?
Answer Posted / d.raji
Error: we can find it(Which error occured) when compliation.
Exception: we can't find it(Which error occured)when
compliation and also in running time
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are objects in oop?
What is polymorphism used for?
Why do we use polymorphism in oops?
is there any choice in opting subjects like 4 out of 7
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
When not to use object oriented programming?
Why do while loop is used?
Why it is called runtime polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Where is pseudocode used?
Which method cannot be overridden?
What is interface? When and where is it used?
Can a destructor be called directly?
What is abstraction and encapsulation?
What is stream in oop?