Please enable JavaScript.
Coggle requires JavaScript to display documents.
Object Oriented Programming (Basic Concepts (Encapsulation (binds together…
-
SOLID Priciples
Open/closed principle
- "software entities (classes, modules, functions, etc.) should be open for extension, but closed for modification"
- an entity can allow its behaviour to be extended without modifying its source code
-
-
-
-