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
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
hi all..i want to know oops concepts clearly can any1 explain??
What are two types of polymorphism?
Why is polymorphism used?
Why do we need oop?
What is encapsulation example?
Can we override main method?
Why is abstraction used?
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 do you mean by abstraction?
What is property in oops?
Who invented oop?
What is oops?what is its use in software engineering?
What does and I oop mean?
How do you achieve runtime polymorphism?