Word:
Browse
open-ended
Open-eyed
open-face sandwich
Open-front furnace
Open-handed
Open-headed
open-heart surgery
Open-hearted
Open-hearth furnace
open-hearth process
Open-hearth steel
open-minded
Open-mouthed
open-plan
open-source
Open-timber roof
-- open/closed principle --
Openbill
opencast
opencast mining
opencut
OpenDoc
opened
Opener
OpenGL
openhanded
openhandedness
OpenHCI
openhearted
Opening
Opening a judgment
opening line
opening move

open/closed principle

(programming, theory)open/closed principle - A principle used in OOPL which states that a class must be open and closed where open means it has the ability to be extended and closed means it cannot be modified other than by extension.

The idea is that once a class has been approved for use having gone through code reviews, unit tests, and other qualifying procedures, you don't want to change the class very much, just extend it. In practice the open/closed principle simply means making good use of abstraction and polymorphism.

About this site and copyright information - Online Dictionary Home