We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaefb9a commit e83b770Copy full SHA for e83b770
core-java-modules/core-java-lang-oop-patterns/README.md
@@ -7,3 +7,4 @@ This module contains articles about Object-oriented programming (OOP) patterns i
7
- [Inheritance and Composition (Is-a vs Has-a relationship) in Java](https://www.baeldung.com/java-inheritance-composition)
8
- [Immutable Objects in Java](https://www.baeldung.com/java-immutable-object)
9
- [How to Make a Deep Copy of an Object in Java](https://www.baeldung.com/java-deep-copy)
10
+- [Using an Interface vs. Abstract Class in Java](https://www.baeldung.com/java-interface-vs-abstract-class)
0 commit comments