Thursday, August 18, 2011

Scope and Storage for a Class

Identifiers have scope, objects have a storage class, and variables have both. In this post, we will try to discuss the difference between declarations and definitions, and how to determine the scope of identifiers and the storage class of objects.
  1. Declarations and Definitions
  2. Identifier Scope
  3. Storage Class
  4. Namespaces

No comments:

Post a Comment