Re: Conflicting Namespaces on the Language Level
Re: Conflicting Namespaces on the Language Level
- Subject: Re: Conflicting Namespaces on the Language Level
- From: Sherm Pendley <email@hidden>
- Date: Sat, 14 Sep 2002 21:26:45 -0400
On Saturday, September 14, 2002, at 08:46 PM, email@hidden
wrote:
@interface ClassThatShouldCompile: NSDictionary
{
id dictionary;
}
@end
NSDictionary and NSArray are both members of class clusters, so special
steps are needed to create a subclass.
See the "Class Clusters" programming topic at <URL:
file:///Developer/Documentation/Cocoa/TasksAndConcepts/ProgrammingTopics/Foundation/
Concepts/ClassClusters.html> for more.
sherm--
_______________________________________________
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.