What is an abstract class and why would you use it?
Anonymous
In Java, an abstract class is a class which contains abstract methods, which are methods with declarations but no implementations. The methods are implemented by sub-classes of the abstract class. This gives more flexibility to those methods making it easier to tailor them to your use.
Check out your Company Bowl for anonymous work chats.