Which Of The Following Statements Are Correct #300
Which of the following statements are correct?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Arrays and Strings - Use of Variable Arguements - Quiz No.1.
Which of the following statements are correct?
C SHARP allows a function to have arguments with default values
C SHARP allows a function to have variable number of arguments
Params are used to specify the syntax for a function having arguments
Omitting the return value type in method definition results into an exception