Files
spring-soap/core-java-modules/core-java-lang-oop-others/README.md
edizor 951856e2cc Update README.md
[skip ci]
2023-09-08 21:55:48 +08:00

12 lines
721 B
Markdown

## Core Java Lang OOP - Others
This module contains articles about Object Oriented Programming (OOP) in Java
### Relevant Articles:
- [Object-Oriented-Programming Concepts in Java](https://www.baeldung.com/java-oop)
- [Static and Dynamic Binding in Java](https://www.baeldung.com/java-static-dynamic-binding)
- [Pass-By-Value as a Parameter Passing Mechanism in Java](https://www.baeldung.com/java-pass-by-value-or-pass-by-reference)
- [Check If All the Variables of an Object Are Null](https://www.baeldung.com/java-check-all-variables-object-null)
- [Law of Demeter in Java](https://www.baeldung.com/java-demeter-law)
- [Java Interface Naming Conventions](https://www.baeldung.com/java-interface-naming-conventions)