Map
Index
Random
Help
th

Quote: except for low-level types or math entities, avoid global data, global functions, public data, friends, direct access, type fields, inline functions, void*, pointer arithmetic, C arrays, and casts

topics > all references > references sa-sz > QuoteRef: stroB_1991 , p. 10



Topic:
information hiding
Topic:
restricted use of global variables

Quotation Skeleton

When you define a class that does not … [a] Don't use global data. [b] Don't use … [c] Don't use public data members. [d] Don't use friends, except … [a] … [b] … [c] … [e] … [f] Don't put a "type field" in a class; use virtual … [g] … [p. 11] Try to avoid 'void*', pointer arithmetic, C …   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Topic: information hiding (50 items)
Topic: restricted use of global variables (22 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.