Abstract vs Interface (Java)
AbstractInterface
Declaration keywordabstractinterface
Objects can be created?NoNo
Contains Abstract and concrete methods?BothOnly Abstract methods
Are any keywords required for methods?Abstract methods required to mention abstract keywordNot r...
chetan77.hashnode.dev1 min read