why function overloading is not called as pure polymorphism?
Answers were Sorted based on User's Feedback
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 |
What is the difference between a constructor and a destructor?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Is abstract thinking intelligence?
what is difference between thread and programme.
Write a program to demonstrate the use of 'Composition' in C++
What is class and object in oops?
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
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
How do you define a class in oop?
What is the difference between static polymorphism and dynamic polymorphism?
why we call c++ is object oriented lanaguage
What is virtual constructors/destructors?