MCQOPTIONS
Saved Bookmarks
| 1. |
Which is a technique in Java in which a class can have any number of constructors that differ in parameter lists? |
| A. | Constructor overloading |
| B. | Method overloading |
| C. | Operator overloading |
| D. | None of the above |
| Answer» B. Method overloading | |