What is the difference between static polymorphism and dynamic polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
what's the basic's in dot net
write a progra in c++ using class & object to find out wheather a given no. is prim or not.
What is debug class?what is trace class? What differences are between them? With examples.
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
Which is the parameter that is added to every non-static member function when it is called?
How does polymorphism work?
how to find no of instances of an object in .NET?
What is inheritance in simple words?
Why do we use inheritance?
What is the difference between inheritance and polymorphism?
What is this interview room ? Is it a class or an object.