why function overloading is not called as pure polymorphism?

Answers were Sorted based on User's Feedback



why function overloading is not called as pure polymorphism?..

Answer / dl

question is wrong

Is This Answer Correct ?    8 Yes 2 No

why function overloading is not called as pure polymorphism?..

Answer / dhananjay

becoz generally polymorphism is taken in terms of late
binding but in fn overloading it is early binding.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is the difference between a constructor and a destructor?

0 Answers  


write a program to find 2 power of a 5digit number with out using big int and exponent ?

0 Answers  


Is abstract thinking intelligence?

0 Answers  


what is difference between thread and programme.

1 Answers   NCC,


Write a program to demonstrate the use of 'Composition' in C++

2 Answers  


What is class and object in oops?

0 Answers  


write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language

3 Answers   Satyam,


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

0 Answers  


How do you define a class in oop?

0 Answers  


What is the difference between static polymorphism and dynamic polymorphism?

0 Answers  


why we call c++ is object oriented lanaguage

7 Answers   HCL,


What is virtual constructors/destructors?

4 Answers   IBS,


Categories