• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: OOP Clarification
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OOP Clarification


  • Subject: Re: OOP Clarification
  • From: "Erik M. Buck" <email@hidden>
  • Date: Fri, 4 Jan 2002 11:41:50 -0600

Class methods in Objective-C are polymorphic and inherited.
A class method in Objective-C is conceptually similar to an instance method
of an instance of the Class class...
Class methods like all methods are invoked by messaging which is most
closely mimicked by virtual member functions in C++. C++ static member
functions are not "virtual". Objective-C class methods are "virtual++".

----- Original Message -----

References: 
 >RE: OOP Clarification (From: "Smith, Bradley" <email@hidden>)

  • Prev by Date: Re: The ULTIMATE Cocoa Development Language
  • Next by Date: Event filters
  • Previous by thread: Re: OOP Clarification
  • Next by thread: RE: OOP Clarification
  • Index(es):
    • Date
    • Thread