nerdexam
Microsoft

98-361 · Question #350

Suppose that you are a new C# developer and are reviewing object-oriented programming fundamentals. Which of the following statements is not true?

The correct answer is A. A class is a concrete instance of an object. See the full explanation below for the reasoning.

Question

Suppose that you are a new C# developer and are reviewing object-oriented programming fundamentals. Which of the following statements is not true?

Options

  • AA class is a concrete instance of an object.
  • BA class defines the template for an object.
  • CA class is a definition of a new data type.
  • DA constructor is used to initialize the data members of the object.

How the community answered

(20 responses)
  • A
    75% (15)
  • B
    5% (1)
  • C
    5% (1)
  • D
    15% (3)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice