What the difference between protected and private access levels


| 196 | 6. |
|
|---|
4. What is wrong with the following code?
class SomeObject
{
private:
int iData;
/* … */
}8. Describe two possible uses for unions.
9. Provide two possible uses for a singleton class.


