An overloaded method is one that ________.

a. has a different name than another method, but the same parameters
b. has the same name as another method, but different parameters (by number, types or order of the types)
c. has the same name and parameters as a method defined in another class
d. has the same name and parameters, but a different return type as another method

b. has the same name as another method, but different parameters (by number, types or order of the types)

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT true when deciding when to use a surrogate key?

A) The advantage with a surrogate key is that it can help prevent some cascading changes from primary to foreign key errors. B) A surrogate key can increase the file size and require more joins. C) If the key never has a foreign key, you need a surrogate key. D) If you have a primary key with a foreign key that may need to be changed frequently or more than normal, a surrogate key should be considered.

Computer Science & Information Technology

The ____ tile displays a screen where you can work with multiple applications.

A. Search B. Start C. Desktop D. Live

Computer Science & Information Technology