IDENTIFY THE VALID CODES. [1.5]C) PUBLIC OVERLOADS FUNCTION A...

109.

Identify the valid codes.

[1.5]

c)

Public Overloads Function

a)

Public Overloads Function

hello(ByVal name As String)

hello(ByVal name As String)

As ArrayList

End Function

Public Overloads

Function hello(ByVal name1

Function hello(ByRef name

As String) As ArrayList

End Function

d) Public Overloads Function

b) Public Overloads Function

hello(ByVal name As String)

hello(ByVal name As

As ArrayList

String) As ArrayList

End Function

Public Overloads

Public Overloads

Function

hello1(ByVal

Function hello(ByVal name

name1 As String) As

As Integer) As ArrayList

ArrayList

End Function