Computer Science, asked by shaktimaan2574, 11 months ago

what is the process of defining a method in terms of itself, that is a method that calls itself?" polymorphism recursion abstraction encapsulation

Answers

Answered by Anonymous
1

This section of our 1000+ Java MCQs focuses on overloading methods & argument passing in Java Programming Language.

1. What is the process of defining two or more methods within same class that have same name but different parameters declaration?

a) method overloading

b) method overriding

c) method hiding

d) none of the mentioned

Similar questions