Which of the following methods overloads method1?

```
void method1(int a, float b)
```
Suppose method1 is declared as
a) void method2(int a, float b)
b) void method2(float a, int b)
c) void method1(float a, int b)
d) void method1(int b, float a)

c) void method1(float a, int b)

Computer Science & Information Technology

You might also like to view...

The ___________________ practice ensures transparency of expectations and accountability for results.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following best describes the awareness stage of the Change Management Continuum Model?

a. A person becoming aware that a change is to take place b. A person gaining basic knowledge of the change c. A person incorporating the change in routine operating procedures d. A person committed to a change due to personal interest

Computer Science & Information Technology