Microsoft
98-372 · Question #115
Namespaces are used a lot in C# programming in two ways. What are those two ways? Each correct answer represents a part of the solution. Choose two.
Sign in or unlock 98-372 to reveal the answer and full explanation for question #115. The question stem and answer options stay visible for context.
Understanding Namespaces and Classes
Question
Namespaces are used a lot in C# programming in two ways. What are those two ways? Each correct answer represents a part of the solution. Choose two.
Options
- AUse the namespace keyword to declare a namespace
- BDeclaring your own namespaces
- CThe .NET Framework uses namespaces to organize its many classes
- DUsing global namespace
Unlock 98-372 to see the answer
You've previewed enough free 98-372 questions. Unlock 98-372 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#namespaces#namespace keyword#class organization#C#