| Sign In/My Account | View Cart |
| Article: |
Memory Management in Objective-C | |
| Subject: | Stack objects | |
| Date: | 2003-03-06 15:54:34 | |
| From: | anonymous2 | |
| Since Objective C doesn’t use implicit constructors and destructors the was C++ does, what are the implications for creating an object on the stack? Is it simply a matter of sending the object an init message, or are there hidden issues here? | ||