Abstract classes and methods
Abstract classes and methods
- Subject: Abstract classes and methods
- From: stuartbryson <email@hidden>
- Date: Thu, 30 Aug 2001 13:54:31 +1000
In C++ it is possible to force both classes and methods to be abstract.
That is classes that cannot be instantiated without being subclassed and
particular methods overrided. How do I force abstract classes and
methods in Obj-C.
Thanks
Stuart