nerdexam
Microsoft

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

Understanding Namespaces and Classes

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)
  • A
    3% (1)
  • B
    13% (5)
  • C
    8% (3)
  • D
    76% (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

#Console class#System namespace#BCL classes#namespace lookup

Community Discussion

No community discussion yet for this question.

Full 98-372 Practice