swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

subclassing the Set object type


From: address@hidden (Bohdan Durnota)
Subject: subclassing the Set object type
Date: Thu, 12 Dec 1996 18:13:17 +1100

A "simple" question:

        How can one (easily) subclass the Set object class?

Ideally, I would have thought that

        #import <collections.h>

        @interface MySet : Set {
        ... }
        ...
        @end

would have been sufficient, but this does not work.

Thanks, Bohdan Durnota

_____________________________________________________________________

Bohdan Durnota, Lecturer                PO Box 197
Department of Software Development      Caulfield East 3145
Monash University                       Australia
____________________________________________________________________


reply via email to

[Prev in Thread] Current Thread [Next in Thread]