1
An overloaded method consists of
- A
The same method name with different types of parameters
- B
The same method name with different number of parameters
- C
The same method name and same number and type of parameters with different return type
- D
Both (a) and (b) above