Skip to main content

5 docs tagged with "inheritance"

View all tags

Open/Closed Principle

Software entities should be open for extension, closed for modification. Design for change without breaking existing code.

Polymorphism

Handle object type variations through polymorphic types rather than conditional logic