Updated README.md

added link back to the article: https://www.baeldung.com/java-implements-vs-extends
This commit is contained in:
Asjad J
2022-04-18 17:02:21 +05:00
committed by GitHub
parent e21d1fffa8
commit 31363d8b5b

View File

@@ -11,3 +11,4 @@ This module contains articles about core features in the Java language
- [Fixing the “Declared package does not match the expected package” Error](https://www.baeldung.com/java-declared-expected-package-error)
- [Chaining Constructors in Java](https://www.baeldung.com/java-chain-constructors)
- [Difference Between POJO, JavaBeans, DTO and VO](https://www.baeldung.com/java-pojo-javabeans-dto-vo)
- [Implements vs. Extends in Java](https://www.baeldung.com/java-implements-vs-extends)