IDENTIFY THE CORRECT RULES APPLICABLE TO OVERLOADING. [2.0]D) YOU...

83.

Identify the correct rules applicable to overloading.

[2.0]

d) You can overload a

a) You must differentiate any

Function procedure with a

two versions of a procedure

by their argument lists.

Sub procedure, and vice

versa, provided they have

different argument lists.

b)

You can use everything other

e)

You cannot overload a

than the argument list to

method or a property on a

class you are defining.

differentiate versions. For

example, you cannot have two

overloads that differ only in

their return types.

c)

Versions that are properly

f)

You cannot define a

differentiated

by

their

method and a property

argument lists can have same

with the same name in the

return types or same argument

same class. In other

modifiers.

words, you cannot

overload a method with a

property, or vice versa.