5 Curious cases of Overloading & Generics
If you are preparing for an Interview you can expect questions on generics in java interview for sure , whether it is an position for Team lead or experience developer or Junior. But Generics gets...
Home » All posts
Toss out Inheritance Forest
in
code smell,
code smell examples,
design pattern,
design patterns in java,
Inheritance forest,
java 5,
java 6,
java design pattern,
strategy design pattern in java,
strategy pattern in java
- on April 03, 2017
- No comments

Toss out Inheritance Forest
In the previous article, we saw How we can solve the Inheritance forest problem by Decorator pattern,
In case if you missed that Article you can go here::
http://javaonfly.blogspot.in/2017/03/decorator.html
For...