Hey All! This isn't an important qusetion just an I don't get it question.
So, this is out of my book....this is a default constructor
clockType();
Ok. This is a constructor with parameters
clockType(int, int, int)
Thats all fine and good. Here is my quesiton. The default constructor is basically like initalizing variables, I understand that. What I don't understand is, would a real world program have a default constructor AND a constructor with parameters?