Quantcast
Viewing latest article 20
Browse Latest Browse All 25

Visitor « Java Code Samples

Image may be NSFW.
Clik here to view.
Description: Is a way of separating an algorithm from an object structure on which it operates. A practical result of this separation is the ability to add new operations to existing object structures without modifying those structures. It is one way to easily follow the OCP (Open Closed Principle)Benefits: Makes adding new operations easy Gathers related operations and separates unrelated onesWhen to use:An object structure contains many classes of objects with differing interfaces, and you want to per...

Viewing latest article 20
Browse Latest Browse All 25

Trending Articles