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 8110265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:41:14+00:00 2026-06-06T01:41:14+00:00

While getting into a nice long argument over memory locations vs pointers vs associated

  • 0

While getting into a nice long argument over memory locations vs pointers vs associated objects, we stumbled across a little bit of a headache: While setters may set the memory address of passed objects equal to each other, does said passed object, in turn have the same associated object?

In theory, it would make sense, as any objects that share the same memory address must have the same associated object because they are the same object, right?

  • 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-06T01:41:17+00:00Added an answer on June 6, 2026 at 1:41 am

    You can’t have two Objective-C objects (or primitives, or structs, or any other data structure for that matter) occupying the same memory address.* If you have what appears to be two objects, which are located at the same spot in memory, then you in fact have one object.

    We use pointers to access objects. If you set one pointer to another, using a simple assignment:

    NSString * s = [NSString stringWithContentsOfFile:@"README"];
    NSString * t = s;
    

    then you have two pointers to one single object. There is no copying of objects. If you change one of the object’s ivars via one pointer, then when you look at the object via the other pointer, you see the changed value.


    *Full pedantry: sure, you could re-interpret the data at a particular location (see “The Story of Mel”) but that’s black magic that’s beyond the scope of this question.

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

Sidebar

Related Questions

Getting error while inserting values into database (SQL Server 2008) Implicit conversion from data
While inserting rows into SQL Server CE in WP7 I'm getting a SQLCeException that
I am getting the following exception while adding data into database: org.hibernate.HibernateException: The database
These days I'm getting seriously into functional programming. While I'm really excited about Haskell
I'm rather new to MVC and as I'm getting into the whole framework more
While getting our WCF Data Service ready for production we encountered an issue with
I've spent a good while getting my AVR development system set up with the
how can I extract the title of a RSS channel while not getting in
undefined method 'key?' for nil:NilClass This is the error I am getting while going
Iam getting OutOfMemoryException while making remote method call. RemoteEntity.SetLocalStore(DATASET); passed value is dataset. Note

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.