When creating a class, the attributes (member variables/instance variables) were declared as Private, which requires writing two special procedures to access the data. Why go to this extra trouble? Why not just declare these as Public?