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. 
User Husein
by
5.2k points