Abstract classes
Abstract classes
- Subject: Abstract classes
- From: Arthur Clemens <email@hidden>
- Date: Fri, 6 Sep 2002 10:28:14 +0200
I'm converting a C++ class hierarchy to Objective-C, now I wonder, what
are the dos and don'ts of abstract classes in Objective-C?
Should an abstract class have an init method or shouldn't it have?
Is there a notation to indicate what methods should be implemented by
subclasses, like in C++?
If I implement a initWithCoder in the subclasses, how should this
method be written in the abstract super class?
Arthur Clemens
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.