asked 103k views
4 votes
Java allows you to declare methods with the same name in a class. this is called ________.

a. method redeclaration
b. method overriding
c. method duplication
d. method overloading

1 Answer

6 votes
D, method overloading. 
answered
User Husein
by
8.1k points