Assume you have written a method with the header void myMethod(num a, string b). Which of the

Question:

Assume you have written a method with the header void myMethod(num a, string b). Which of the following is a correct method call?

a. MyMethod(12)

b. MyMethod("Goodbye")

c. MyMethod(12, "Hello")

d. It is impossible to tell.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: