Re: Hex instead of decimal?
Re: Hex instead of decimal?
- Subject: Re: Hex instead of decimal?
- From: "Erik M. Buck" <email@hidden>
- Date: Mon, 23 Jul 2001 17:19:12 -0500
The po command just calls the -description method which has a default
implementation in NSObject to print the class name and instance address.
You can override -description in any class to provide more information.