From 602b4fc9ddc200df20420a637b1d5d5c88fc19d9 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Thu, 11 Apr 2024 18:42:41 +0300 Subject: [PATCH] Update README.md --- core-java-modules/core-java-lang-oop-others/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/core-java-modules/core-java-lang-oop-others/README.md b/core-java-modules/core-java-lang-oop-others/README.md index ffd1d47f79..e4970553bd 100644 --- a/core-java-modules/core-java-lang-oop-others/README.md +++ b/core-java-modules/core-java-lang-oop-others/README.md @@ -10,3 +10,4 @@ This module contains articles about Object Oriented Programming (OOP) in Java - [Law of Demeter in Java](https://www.baeldung.com/java-demeter-law) - [Java Interface Naming Conventions](https://www.baeldung.com/java-interface-naming-conventions) - [Difference Between Information Hiding and Encapsulation](https://www.baeldung.com/java-information-hiding-vs-encapsulation) +- [Statements Before super() in Java](https://www.baeldung.com/java-statements-before-super-constructor)