Quiz 14 - Friday June 23, 2000
1. What are the four primary components in the signature of a method?
- Access Control Keyword
- Return Type
- Name
- Formal Parameter List
2. If we have two methods with the same name, what is that called?
3. How do we distinguish between them?
different formal parameter lists
4. How do we distinguish between a class variable and an instance variable?