Add README descriptions 30

This commit is contained in:
Sjmillington
2019-10-01 16:16:00 +01:00
parent 823bc9d4b0
commit ccb9aea14f
12 changed files with 42 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
=========
## Core Java Lang OOP (Part 2)
## Core Java Lang OOP 2 Cookbooks and Examples
This module contains articles about Object-oriented programming (OOP) in Java
### Relevant Articles:
- [Generic Constructors in Java](https://www.baeldung.com/java-generic-constructors)
@@ -13,4 +13,5 @@
- [Immutable Objects in Java](https://www.baeldung.com/java-immutable-object)
- [Inheritance and Composition (Is-a vs Has-a relationship) in Java](https://www.baeldung.com/java-inheritance-composition)
- [A Guide to Constructors in Java](https://www.baeldung.com/java-constructors)
- [Static and Default Methods in Interfaces in Java](https://www.baeldung.com/java-static-default-methods)
- [Static and Default Methods in Interfaces in Java](https://www.baeldung.com/java-static-default-methods)
- [[<-- Prev]](/core-java-modules/core-java-lang-oop)[[More -->]](/core-java-modules/core-java-lang-oop-3)