(mrcellux) In OO programming duck typing means an object is defined by what it can do, not by what it is. A statement calling a method on an object does not rely on the declared type of an object, only that the object must implement the method called.
Read More - Register for Free Membership