CISC370, Summer 2006, Quiz 2 (Total 20 pts) 06/20/2006 TA: Ke Li 1. 3 pts - each blank 1 pt 2. 3 pts - same method name 1 pt - different #/types of param 1 pt - example 1 pt 3. 3 pts - inheritance, same method name¶m 1 pt - different implementation 1 pt - example 1 pt 4. 3 pts - detailed, human-readable error msg, stack trace, etc 5. 3 pts - checked: 2 pt -- must handle: throw, try/catch -- otherwise won't compile - unchecked: Error, RuntimeException 1 pt 6. 5 pts - public class Rectangle extends Shape 2 pt - super(type); 2 pt - this.width = width; 1 pt