You are on page 1of 2

Examples of Classes. Example 1 : Public Data .

Avoid using public data in the future;

Example 2. Error - cannot access private data from outside the class.

Example 3. Error - cannot initialize data member within a class.

Example 4. Best Practice to have all data as private and gives it value from a function.

You might also like