Why is polymorphism useful?
No Answer is Posted For this Question
Be the First to Post Answer
What is name hiding in c++?
What are mutator methods in c++?
Does c++ support exception handling?
What methods can be overridden in java?
What is a container class? What are the types of container classes in c++?
Write a Program for find and replace a character in a string.
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
Is it possible to provide default values while overloading a binary operator?
Define virtual constructor.
What are friend classes? What are advantages of using friend classes?
In a class only declaration of the function is there but defintion is not there then what is that function?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?