Podcast
Questions and Answers
Which keyword is used to explicitly release resources in C#?
Which keyword is used to explicitly release resources in C#?
- release
- free
- dispose (correct)
- clear
What does MVC stand for in C#?
What does MVC stand for in C#?
- Model View Controller (correct)
- Model View Compiler
- Managed Visual Components
- Microsoft Virtual Console
What is the default access modifier for class members in C#?
What is the default access modifier for class members in C#?
- private
- internal (correct)
- public
- protected
Which of the following is a correct way to declare a multi-dimensional array in C#?
Which of the following is a correct way to declare a multi-dimensional array in C#?