CSC152 2005F, Class 20: Polymorphismm Admin: * No reading for Friday! * Sample homework answers * Questions on the exam? * Reminder about templates * Convo tomorrow Overview: * Questions and Answers * Lab /Exam Questions/ Q: Do I have to do anything special to write Math.sin(...)? A: No. You screwed up something else. /Reading Questions/ Polymorphism: Permits parameters to a method to take on different forms (e.g., they can be Integers, Floats, Doubles, BigDecimal) but limits the forms those parameters can have (e.g., they cannot be Strings) Although computer scientists and biologists use the same term, there are probably some differences. /Lab and Reflections/ Try the lab!