Computer Science, asked by vievekananda6506, 10 months ago

Which of these is closely associated to the concept of method overriding and method overloading? Polymorphism encapsulation abstraction none of these

Answers

Answered by gopz75
2

Answer:

Overloading occurs when two or more methods in one class have the same method name but different parameters. Overriding means having two methods with the same method name and parameters (i.e., method signature). One of the methods is in the parent class and the other is in the child class.

Similar questions