Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8290389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:47:58+00:00 2026-06-08T12:47:58+00:00

In C++ an object can delete itself, in Objective-C calling Dealloc is not something

  • 0

In C++ an object can delete itself, in Objective-C calling Dealloc is not something permitted, also with ARC the class may not even have a dealloc.

In Objective-C would be an equivalent way of an object deleting itself as is sometimes done in C++?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T12:48:00+00:00Added an answer on June 8, 2026 at 12:48 pm

    There is no direct equivalent for “delete this” as Objective-C uses reference counting and the system will delete your object when the number of its references reaches zero. If you want to implement some kind of “one-shot” objects i.e. that do something then delete themselves, then your best bet will be to increment the reference count to self when starting the operation with [self retain] and decrement it when you end with [self release]. If nobody else holds reference to your object, this later will cause the object to delete itself.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How I can delete an object which I had added before with this code.
I know that new-ing something in one module and delete-ing it in another can
Possible Duplicate: C++ delete - It deletes my objects but I can still access
In prototypal languages object can basically clone each other. So, lets say we have
In android I can Log(aa,+Object) ,then the object can as string to print,it can
Let us say my domain object can contain a bunch of objects like this:
I'm trying to check if an object can cast to a certain type using
What is maximum size of data that an object can hold on the iPhone?
In ReportLab, Drawing object can be written into different renderers, e.g d = shapes.Drawing(400,
In my ios application i want to store an object's reference. This object can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.