What is the difference between static polymorphism and dynamic polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is the point of polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
How do you use inheritance in unity?
When not to use object oriented programming?
why the argument is passed by reference to a copy constructor?example?
what is the new version of c++
1 Answers Ignou, Pramata, Satyam,
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
What is the purpose of polymorphism?
what is the realstic modeling?
What is namespace?
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?