* Creation * Moved code from https://www.baeldung.com/java-marker-interfaces * Moved code from https://www.baeldung.com/java-abstract-class * Moved code from https://www.baeldung.com/java-this * Moved code from https://www.baeldung.com/java-nested-classes * Moved code from https://www.baeldung.com/java-inner-interfaces * Moved code from https://www.baeldung.com/java-classes-objects * Moved article references to the new README.md
10 lines
504 B
Markdown
10 lines
504 B
Markdown
## Core Java Lang OOP (Part 3)
|
|
|
|
This module contains articles about Object-oriented programming (OOP) in Java
|
|
|
|
### Relevant Articles:
|
|
- [Pass-By-Value as a Parameter Passing Mechanism in Java](https://www.baeldung.com/java-pass-by-value-or-pass-by-reference)
|
|
- [Guide to the super Java Keyword](https://www.baeldung.com/java-super)
|
|
- [Java Interfaces](https://www.baeldung.com/java-interfaces)
|
|
- [[<-- Prev]](/core-java-modules/core-java-lang-oop-2)[[More -->]](/core-java-modules/core-java-lang-oop-4)
|