Home » C# Programming » Functions and Subroutines

If a function fun() is to sometimes receive an int and sometimes a double then which of the following is the correct way of defining this function?

Correct Answer: static void fun(object i) { ... }

← Previous Question Next Question→

More Questions from Functions and Subroutines

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion