Answer Posted / poorna chandar rao
mainly overloading and overriding is used java polymorphisum
conbcept
overloading is method name same and method signature also
same it is called static polymorphisum when object is
created that decided by static polymorphisum
overriding is method name same but differtn arguments this
is called dynamic ploymaorphisum
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is coupling in oop?
What is a class in oop?
What is difference between inheritance and polymorphism?
What does enum stand for?
What are the benefits of interface?
What is this pointer in oop?
What are oops functions?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why is polymorphism needed?
What is a function in oop?
Why do while loop is used?
What is object and example?
What is overloading and its types?
• What are the desirable attributes for memory managment?
What is the difference between encapsulation and polymorphism?