java-tutorials/core-java-modules/core-java-lang-oop-others/README.md

13 lines
848 B
Markdown
Raw Normal View History

## 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)
2023-01-20 03:27:49 -05:00
- [Check If All the Variables of an Object Are Null](https://www.baeldung.com/java-check-all-variables-object-null)
2023-08-02 08:41:09 -04:00
- [Law of Demeter in Java](https://www.baeldung.com/java-demeter-law)
2023-09-08 09:55:48 -04:00
- [Java Interface Naming Conventions](https://www.baeldung.com/java-interface-naming-conventions)
2023-10-20 09:46:32 -04:00
- [Difference Between Information Hiding and Encapsulation](https://www.baeldung.com/java-information-hiding-vs-encapsulation)