Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following is NOT an
Q2: The methods that have the same name,
Q3: Constructors are used to<br>A)initialize the objects<br>B)construct the
Q4: Which of the following is the correct
Q5: What is return type of constructors?<br>A)int<br>B)float<br>C)void<br>D)None of
Q7: Which of the following statements are correct?1.
Q8: Which of the following is the correct
Q9: The C# provides special methods known as
Q10: Which of the following statements is correct
Q11: _ parameters are used to pass results