| Previous | Next | Table of Contents |
Point p; // definition of "pointer", p ... p = new Point; // instantiation (new) of object |
break <label>.
public: available to any other class
protected: available only to current class and subclasses
private: available only within class
public" is sort of global, but is identified by object.
#define
| Previous | Next | Table of Contents |