+ 1
Abstract methods are virtual methods (but they don't get the keyword virtual). Each class derived from the abstract class will define a method with the name of that abstract method. It will be used to distinguish same named methods due to the derived class.