what is the difference between ERROR and EXCEPTION?
Answer Posted / umashankar mishra
Exception is runtime entity
error is acompile time entityye
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why do we use oops?
Why oops is important?
What is oops and why we use oops?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is the highest level of cohesion?
What is polymorphism programming?
write a C++ program for booking using constructor and destructor.
Templates mean
What is inheritance and how many types of inheritance?
What is overriding in oop?
What is polymorphism used for?
What is the point of polymorphism?
Can we override main method?
What is destructor oops?
How do you use inheritance in unity?