What causes polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Write a program to get the binary tree.
Definition of Object Oriented Programming in single line?
33 Answers Impact Systems, Q3 Technologies, TCS,
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
what is polymorphism?
How can you overcome the diamond problem in inheritance?
why reinterpret cast is considered dangerous?
Is abstract thinking intelligence?
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?