15 lines
797 B
Markdown
15 lines
797 B
Markdown
|
## Core Java Lang OOP - Types
|
||
|
|
||
|
This module contains articles about types in Java
|
||
|
|
||
|
### Relevant Articles:
|
||
|
- [Java Interfaces](https://www.baeldung.com/java-interfaces)
|
||
|
- [Abstract Classes in Java](https://www.baeldung.com/java-abstract-class)
|
||
|
- [A Guide to Inner Interfaces in Java](https://www.baeldung.com/java-inner-interfaces)
|
||
|
- [Guide to the super Java Keyword](https://www.baeldung.com/java-super)
|
||
|
- [Anonymous Classes in Java](https://www.baeldung.com/java-anonymous-classes)
|
||
|
- [Polymorphism in Java](https://www.baeldung.com/java-polymorphism)
|
||
|
- [Guide to Inheritance in Java](https://www.baeldung.com/java-inheritance)
|
||
|
- [Object Type Casting in Java](https://www.baeldung.com/java-type-casting)
|
||
|
- [Variable and Method Hiding in Java](https://www.baeldung.com/java-variable-method-hiding)
|