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)- A75% (15)
- B5% (1)
- C5% (1)
- D15% (3)
Community Discussion
No community discussion yet for this question.