2019-10-31 20:43:47 -05:00
|
|
|
## Core Java Lang OOP (Part 2)
|
|
|
|
|
|
|
|
This module contains articles about Object-oriented programming (OOP) in Java
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Generic Constructors in Java](https://www.baeldung.com/java-generic-constructors)
|
|
|
|
- [Anonymous Classes in Java](https://www.baeldung.com/java-anonymous-classes)
|
|
|
|
- [Raw Types in Java](https://www.baeldung.com/raw-types-java)
|
|
|
|
- [Marker Interfaces in Java](https://www.baeldung.com/java-marker-interfaces)
|
|
|
|
- [Java equals() and hashCode() Contracts](https://www.baeldung.com/java-equals-hashcode-contracts)
|
|
|
|
- [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)
|
|
|
|
- [Static and Default Methods in Interfaces in Java](https://www.baeldung.com/java-static-default-methods)
|
2019-11-02 11:40:05 +00:00
|
|
|
- [Abstract Classes in Java](https://www.baeldung.com/java-abstract-class)
|
2019-10-31 20:43:47 -05:00
|
|
|
- [[<-- Prev]](/core-java-modules/core-java-lang-oop)[[More -->]](/core-java-modules/core-java-lang-oop-3)
|