from the interview what is the difference between abstract class and interface?
Anonymous
in the abstract class, we can create methods, fields and abstracted method. while in the interface we can only create abstracted methods. and you can inherit multiple interfaces but only one class.
Check out your Company Bowl for anonymous work chats.