2018-12-22 10:32:12 -05:00
|
|
|
=========
|
|
|
|
|
|
|
|
## Core Java Lang OOP Cookbooks and Examples
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Guide to hashCode() in Java](http://www.baeldung.com/java-hashcode)
|
|
|
|
- [A Guide to the Static Keyword in Java](http://www.baeldung.com/java-static)
|
|
|
|
- [Polymorphism in Java](http://www.baeldung.com/java-polymorphism)
|
|
|
|
- [Method Overloading and Overriding in Java](http://www.baeldung.com/java-method-overload-override)
|
|
|
|
- [How to Make a Deep Copy of an Object in Java](http://www.baeldung.com/java-deep-copy)
|
|
|
|
- [Guide to Inheritance in Java](http://www.baeldung.com/java-inheritance)
|
|
|
|
- [Object Type Casting in Java](http://www.baeldung.com/java-type-casting)
|
2019-04-11 03:10:12 -04:00
|
|
|
- [The “final” Keyword in Java](http://www.baeldung.com/java-final)
|
2018-12-22 10:32:12 -05:00
|
|
|
- [Type Erasure in Java Explained](http://www.baeldung.com/java-type-erasure)
|
|
|
|
- [Pass-By-Value as a Parameter Passing Mechanism in Java](http://www.baeldung.com/java-pass-by-value-or-pass-by-reference)
|
|
|
|
- [Variable and Method Hiding in Java](http://www.baeldung.com/java-variable-method-hiding)
|
|
|
|
- [Access Modifiers in Java](http://www.baeldung.com/java-access-modifiers)
|
|
|
|
- [Guide to the super Java Keyword](http://www.baeldung.com/java-super)
|
|
|
|
- [Guide to the this Java Keyword](http://www.baeldung.com/java-this)
|
|
|
|
- [Immutable Objects in Java](http://www.baeldung.com/java-immutable-object)
|
|
|
|
- [Inheritance and Composition (Is-a vs Has-a relationship) in Java](http://www.baeldung.com/java-inheritance-composition)
|
2018-12-25 06:02:35 -05:00
|
|
|
- [A Guide to Constructors in Java](https://www.baeldung.com/java-constructors)
|
2018-12-25 08:54:29 -05:00
|
|
|
- [Java equals() and hashCode() Contracts](https://www.baeldung.com/java-equals-hashcode-contracts)
|
2019-03-04 06:14:10 -05:00
|
|
|
- [Marker Interfaces in Java](https://www.baeldung.com/java-marker-interfaces)
|