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

  • SEARCH
  • Home
  • 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 4624670
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T03:09:43+00:00 2026-05-22T03:09:43+00:00

Possible Duplicate: Should I Use self Keyword (Properties) In The Implementation? Say I have

  • 0

Possible Duplicate:
Should I Use self Keyword (Properties) In The Implementation?

Say I have a class “Person”, with an instance variable “age”. Coming from Python, when writing methods for the Person class, I am used to accessing age using “self.age”, however in Objective C I have noticed that both and “self.age” and “age” are accepted when referring to the instance variable (whereas in Python only the former would work).

When it is not explicitly specified which instance’s variable you mean, does it default to ‘self’? And is it considered bad style not to explicitly specify self? If not, are there conventions on when to use self.age and when to use age?

  • 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-05-22T03:09:44+00:00Added an answer on May 22, 2026 at 3:09 am

    age and self.age are two completely different things. Inside of instance methods, the object’s instance variables are implicitly defined in the scope, unless shadowed by a local variable (See The Objective-C Programming Language). That is why age works correctly. When using the dot notation, you are referencing a property, which means you are actually calling [self age] instead of directly accessing the instance variable. You can also access an instance variable directly by using the structure pointer operator (->). This is rarely used, but can be used to directly access variables in other instances of the same class or different classes, as well as self. Therefore, age and self->age are exactly the same thing, but self.age is completely different.

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

Sidebar

Related Questions

Possible Duplicate: Should I use Elements or Attributes in XML? I have never been
Possible Duplicate: When should I use the new keyword in C++? When should I
Possible Duplicate: Why shall I use the “using” keyword to access my base class
Possible Duplicate: When should you use 'friend' in C++? I have come to a
Possible Duplicate: When should you use 'friend' in C++? I was brushing up on
Possible Duplicate: Why not use tables for layout in HTML? Under what conditions should
Possible Duplicate: Should I use uint in C# for values that can’t be negative?
Possible Duplicate: Should I use static_cast or reinterpret_cast when casting a void* to whatever
Possible Duplicate: Should I use Elements or Attributes in XML? I'm writing a configuration
Possible Duplicate: When should you use 'friend' in C++? I see a lot of

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.