what is the difference between ERROR and EXCEPTION?
Answer Posted / aayansh
Exceptions are mostly software or hardware problems where as errors are logical or syntactic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What polymorphism means?
Give two or more real cenario of virtual function and vertual object
What is the point of polymorphism?
When not to use object oriented programming?
Can a destructor be called directly?
write string class as your own class in java without using any built-in function
What is abstraction in oop with example?
What is inheritance in simple words?
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 persistence in oop?
Why is abstraction used?
What is protected in oop?
What is the real life example of polymorphism?
c++ program to swap the objects of two different classes
What is debug class?what is trace class? What differences are between them? With examples.