RE: OOP Clarification
RE: OOP Clarification
- Subject: RE: OOP Clarification
- From: "Smith, Bradley" <email@hidden>
- Date: Fri, 4 Jan 2002 14:02:13 -0000
jgo wrote: -
>
>
Here are mine:
>
Unlike C++, in Objective C certain methods are thought of as
>
belonging to the class itself, rather than to instantiated objects.
C++ has class methods too (static methods). They too are often used as class
factory methos, but not always.
One of the few similarities between C++ and Obj-C from what I've seen so
far.
Brad