.NET Multiple Choice Questions and Answers

Question

What is the suggested order for the definition of class elements from first to last?

A Constructs, fields, methods, properties
B Properties, constructs, fields, methods
C Fields, properties, constructs, methods
D Constructs, properties, fields, methods

Answer & Explanation

Answer: Option [D]