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 e4970553bd..8043bb5d89 100644 --- a/core-java-modules/core-java-lang-oop-others/README.md +++ b/core-java-modules/core-java-lang-oop-others/README.md @@ -11,3 +11,4 @@ This module contains articles about Object Oriented Programming (OOP) in Java - [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) +- [Print the Default Value When Overriding toString() Method](https://www.baeldung.com/java-print-default-value-override-tostring)