[Previous] [Contents] [Next]

Classes


Because objects are supposed to be living, breathing entities that have abilities, name classes by using nouns that describe the class's problem domain. In cases where the class is more generic (that is, less specific to the problem domain) than that-for example, a type that represents an SQL string-use Pascal casing.

[Previous] [Contents] [Next]