DORSETRIGS
Home

composition (3 post)


posts by category not found!

Composition over Inheritance - code duplication

Composition Over Inheritance Banishing Code Duplication Tired of repetitive code and struggling with messy inheritance hierarchies Composition over inheritance

2 min read 04-10-2024 40
Composition over Inheritance - code duplication
Composition over Inheritance - code duplication

After deep page navigation, when returning to the main page, the navigation bar does not maintain the correct display state

Fixing Navigation Bar Issues After Deep Page Navigation When users navigate deep into a website and then return to the main page it is crucial that the navigati

3 min read 17-09-2024 51
After deep page navigation, when returning to the main page, the navigation bar does not maintain the correct display state
After deep page navigation, when returning to the main page, the navigation bar does not maintain the correct display state

Aggregation vs Composition : Thinking at object level or class level

Aggregation vs Composition Thinking at the Object Level vs Class Level Understanding the difference between aggregation and composition in object oriented progr

2 min read 01-09-2024 55
Aggregation vs Composition : Thinking at object level or class level
Aggregation vs Composition : Thinking at object level or class level