Q. Which of following statement are correct about functions? (A) C# allows a function to have arguments with default values (B) Redefining a method parameter in the methodβs body causes an exception (C) C# allows function to have arguments of private type (D) Omitting the return type in method definition results into exception ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) C# allows a function to have arguments with default values