what do you mean by exception handling in C++?
No Answer is Posted For this Question
Be the First to Post Answer
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
Explain the difference between method overriding and method overloading in C++?
Write a program to generate the Fibonocci Series in C++.
what is friend function in C++?
What is bool in C++
What are the advantages and disadvantages of B-star trees over Binary trees?
CDPATH shell variable is in(c-shell)
Write a C++ Program to Find whether given Number is Odd or Even.
Explain the FOR loop with a help of a code.
What are pass by value and pass by reference?what is the disadvantage of pass by value?
When would you choose to return an error code rather than throw an exception?
What is the difference between member functions and static member functions?