what is the difference between ERROR and EXCEPTION?
Answer Posted / harsh.chiks
>>ERROR-It occurs at compile time,it just stops the
execution of a program
EXCEPTION-IT occurs at run time,we can handle them by
exception handling.It doesn't abrupt the program execution
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Why is static class not inherited?
What are two types of polymorphism?
what type of question are asked in thoughtworks pair programming round ?
Why is polymorphism important in oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What are the two different types of polymorphism?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are the three parts of a simple empty class?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism give a real life example?
What is object in oop?
Is html an oop?
What is constructor overloading in oop?
What is overriding in oop?