You cannot have any unimplemented methods in a non-abstract class.

You cannot instantiate an instance of any abstract class, even if the abstract class has no abstract methods.

A common...