Firstly, the class must always be declared
Secondly, the method must be declared
The following is a simple example of an abstract method:
abstract
. Secondly, the method must be declared
abstract
. The following is a simple example of an abstract method:
abstract class AbstractClass { public abstract void AbstractMethod(); }
No comments:
Post a Comment