• 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: Strong language about Cocoa and Qt.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strong language about Cocoa and Qt.


  • Subject: Re: Strong language about Cocoa and Qt.
  • From: Jeff Harrell <email@hidden>
  • Date: Wed, 2 Jul 2003 13:51:17 -0500

On Wednesday, July 2, 2003, at 10:49 AM, James Quick wrote:

If you do not need to implement them, delete them so that calls to those messages are passed to super. This is *A VERY BAD IDEA*

Uh. Sorry for presuming, but I thought it would have been obvious that all of them do just that by default.

+ (void)initialize
{
[[MyObject superclass] initialize];
}

- (MyObject*)init
{
if (self = [super init]) {
}
return self;
}

- (void)dealloc
{
[super dealloc];
}

--
email@hidden
http://homepage.mac.com/jharrell
_______________________________________________
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.

  • Follow-Ups:
    • Re: Strong language about Cocoa and Qt.
      • From: Kyle Moffett <email@hidden>
    • Re: Strong language about Cocoa and Qt.
      • From: Steve Bird <email@hidden>
References: 
 >Re: Strong language about Cocoa and Qt. (From: James Quick <email@hidden>)

  • Prev by Date: Re: EOF undead?
  • Next by Date: Re: EOF undead?
  • Previous by thread: Re: Strong language about Cocoa and Qt.
  • Next by thread: Re: Strong language about Cocoa and Qt.
  • Index(es):
    • Date
    • Thread