why function overloading is not called as pure polymorphism?
Answer Posted / 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 View All Answers
can we make game by using c
What does enum stand for?
Is data hiding and abstraction same?
What is the benefit of oop?
Can a varargs method be overloaded?
write a program that takes input in digits and display the result in words from 1 to 1000
What is polymorphism explain?
What is an advantage of polymorphism?
What is and I oop mean?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is overriding in oop?
what are the different types of qualifier in java?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is difference between oop and pop?
Can private class be inherited?