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

Whats oop mean?

0 Answers  


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

0 Answers  


polymorphism means?

6 Answers   BFL,


can we create and enter the data & hide files using programmes ?

2 Answers   Wipro,


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

0 Answers   TCS,






How do you define a class in oop?

0 Answers  


Why is polymorphism needed?

0 Answers  


what is the use of classes in c++;

2 Answers   HCL,


What is encapsulation oop?

0 Answers  


What is use of overloading?

0 Answers  


What is the difference between const int *ptr and int const *ptr???

2 Answers  


What is a superclass in oop?

0 Answers  


Categories