Why use interface in Dao design pattern or other design patterns
Not only in DAO design pattern but in other design patterns also use of INTERFACE is bit confusing. Interfaces is one of the best used concepts in Java. Let me explain this with an example: Say you designed a GPS device for car which looks into the map and automatically turns the car to the … Read more