98-372 · Question #87
In which namespace is the Console class found?
The correct answer is D. System namespace. The Console class is found in the System namespace. The Console class exposes the standard input, output, and error streams for console The Console class cannot be inherited. The System namespace contains the following members: These members define commonly used value and referen
Question
In which namespace is the Console class found?
Options
- ASystem.Web namespace
- BSystem.Diagnostics namespace
- CSystem.Data namespace
- DSystem namespace
How the community answered
(38 responses)- A3% (1)
- B13% (5)
- C8% (3)
- D76% (29)
Explanation
The Console class is found in the System namespace. The Console class exposes the standard input, output, and error streams for console The Console class cannot be inherited. The System namespace contains the following members: These members define commonly used value and reference data types, events and event handlers, interfaces, attributes, and exceptions. These members also provide services supporting data type conversion, method parameter manipulation, remote application invocation, local application invocation, application environment management, and supervision of managed and unmanaged applications.
Topics
Community Discussion
No community discussion yet for this question.