0
Because that would be an abstract class, not an interface. Interfaces are for abstracting away the actual objects used so you can pass around different objects without worrying about the specific implementation of the object.
3rd Mar 2018, 2:49 PM
Jesse Bayliss
Jesse Bayliss - avatar