BlackBerry Interview Question

what is an abstract class?

Interview Answer

Anonymous

Jul 17, 2010

An abstract class is a class that is incomplete. It describes a set of operations, but is missing the actual implementation of these operations.