This rule is Obsolete | |
Synopsis: | Encapsulate global variables and constants, enumerated types, and typedefs in a class or in a namespace |
Language: | C++ |
Severity Level: | 9 |
Category: | Object Oriented Programming |
Description: |
This way the scope of these definitions is more clear. |
Literature References: |
Ellemtel Rec. 19 |