[JAVA-621] Flattened modules hierarchy
This commit is contained in:
9
core-java-modules/core-java-lang-oop-patterns/README.md
Normal file
9
core-java-modules/core-java-lang-oop-patterns/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## Core Java Lang OOP - Patterns
|
||||
|
||||
This module contains articles about Object-oriented programming (OOP) patterns in Java
|
||||
|
||||
### Relevant Articles:
|
||||
- [Composition, Aggregation, and Association in Java](https://www.baeldung.com/java-composition-aggregation-association)
|
||||
- [Inheritance and Composition (Is-a vs Has-a relationship) in Java](https://www.baeldung.com/java-inheritance-composition)
|
||||
- [Immutable Objects in Java](https://www.baeldung.com/java-immutable-object)
|
||||
- [How to Make a Deep Copy of an Object in Java](https://www.baeldung.com/java-deep-copy)
|
||||
Reference in New Issue
Block a user