Problem
1. How many implicit parameters can an instance method have? How many implicit parameters can a static method have? How many explicit parameters can an instance method have?
2. What is a constructor?
3. How many constructors can a class have? Can you have a class with no constructors? If a class has more than one constructor, which of them gets called?