Neither fields nor properties always have Get and Set methods. In .NET, fields are direct variable members and have no methods. Properties can have Get only, Set only, both, or neither (in rare cases like write-only properties). Therefore, statements A and B are both incorrect, making D the correct answer.