Synopsis: | Declare all fields (data members) private |
Language: | C# |
Severity Level: | 2 |
Category: | Object oriented |
Description: |
An honored principle, stated in both [C++ Coding Standard] and [MS Design]. Exceptions:
|
Literature References: |
C++ Coding Standard |
MS Design |