Basic Concepts Assignable Possible to copy values Possible to assign new values int is a model const int is not Default Constructable Can construct object with no args T() and T t; valid constructs int is a model int& is not