What is the difference between the Abstract class and interface?
Anonymous
Interface does not have implementation. They are implemented by class. Abstract class is a kind of class that cannot be instantiated and can only be used as a base class.
Check out your Company Bowl for anonymous work chats.