Duck Typing

Duck typing is an object oriented design technique that lets us determine an object by using its properties and its methods. We are not concerned with... »