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 polymorphism and types?
What does and I oop mean in text?
What is abstraction with example?
Where is pseudocode used?
What is the real time example of inheritance?
What is use of overloading?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are objects in oop?
Why do we use encapsulation in oops?
Explain virtual inheritance?
What are the important components of cohesion?
What is encapsulation example?
What is the real life example of polymorphism?
How is polymorphism achieved?
What is basic concept of oop?