+ 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.
9th Jul 2016, 3:13 PM
Albert Gullbee