Need of Abstract Classes when there is interface available in java
Anonimo
Abstract classes can be partially implemented because it can provide common functionality to all implementations where as interface cannot contain implementations for any member