2020-04-02 15:24:31 -04:00
|
|
|
## 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)
|
2021-05-19 13:07:46 -04:00
|
|
|
- [Using an Interface vs. Abstract Class in Java](https://www.baeldung.com/java-interface-vs-abstract-class)
|
2023-05-17 08:58:22 -04:00
|
|
|
- [Should We Create an Interface for Only One Implementation?](https://www.baeldung.com/java-interface-single-implementation)
|
2023-07-19 04:17:52 -04:00
|
|
|
- [How to Deep Copy an ArrayList in Java](https://www.baeldung.com/java-arraylist-deep-copy)
|