MCQOPTIONS
Saved Bookmarks
This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C# Questions & Answers Methods in Class knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following statements 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 with default values |
| D. | Omitting the return type in method definition results into exception |
| Answer» B. Redefining a method parameter in the method s body causes an exception | |