Computer Science, asked by Kartik2016, 11 months ago

Which method have more methods in same class that have same name but diff parameters?

Answers

Answered by Anonymous
0

Answer:

Two or more method having same name but different argument in same class is known as overloading. Overriding: Two or more method having the same method name and same argument but different class is known as overriding.it is also kown as run time polymorphism,dynamic polymorphism,dynamic binding.

Similar questions