Professor Abdul-Quader
Polymorphism III
Today: simple coin flipping game for two players.
Simple coin flipping game for two players. It works as follows:
(Surprisingly, one of these changes is much harder than the other.)
Software development design principle that we should know of:
“There should never be more than one reason for a class to change.” (Robert Martin, aka “Uncle Bob”)
(Robert Martin is the author of Agile Software Development: Principles, Patterns, and Practices (2001))
Code to interfaces, not implementations!
When you design classes/methods: don’t worry about the implementations of the parameters that are passed in. Just worry about what they can do.