In my computer programming course we are currently doing abstract classes / java interfaces. I don't quite understand the point of an interface, since its just a bunch of blank method names, is the only point of it so you don't forget to include a certain method in the main code?
XI Wiki

