what is the difference between ERROR and EXCEPTION?
Answer Posted / kasturi
error occur at compile time
it expection is also a error that ouccur at run time which can retify using try,throw and catch
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
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?
Can enum be null?
#include
any one please tell me the purpose of operator overloading
What is the purpose of enum?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is destructor oops?
class type to basic type conversion
What is ambiguity in inheritance?
What is static modifier?
What are oops functions?
What is coupling in oops?
Why do pointers exist?
Can we create object of interface?
Which method cannot be overridden?