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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:24:15+00:00 2026-06-13T23:24:15+00:00

I am looking to acquire information about how Objective-C identifies an entity in a

  • 0

I am looking to acquire information about how Objective-C identifies an entity in a program. How many characters are allowed, etc. I have tried to Google it, but I couldn’t come up with anything. Since it was party based on C, does the naming/binding/scope follow that of C? Any help would be appreciated. If you have any links that talk about these things it would also be helpful. Thanks in advanced.

  • 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-13T23:24:17+00:00Added an answer on June 13, 2026 at 11:24 pm

    Objective-C follows the same rules as C, then adds a couple of its own for the OO features not found in C.

    As in C, there is no hard limit on the number of characters you can have in a variable name.

    Scope and visibility rules are the same as in C, although Objective-C objects are almost always accessed through pointers — and the lifetime of the objects themselves are managed either through reference counting or garbage collection — so scope is somewhat less important than in C or C++.

    The one major difference is that instance variables are scoped to the instance that they belong to, and you can control whether outside callers can access them with the @public, @protected and @private keywords.

    One other kinda-difference is blocks. They’re a nonstandard† addition to C that Apple has made. Blocks capture the scope around them, keeping things around as long as the block exists. Blocks also normally retain objects they reference to make sure those objects don’t get released. You can read about the specifics in Apple’s block programming guide.

    †Apple has submitted blocks for standardization, but it hasn’t happened yet and may never actually happen, though it would be pretty nice if it did.

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

Sidebar

Related Questions

Looking to do a bit of refactoring... Using NHibernate I have this query currently
Looking at the Slickgrid examples and using Google Chrome, I'm setting a breakpoint on
Looking for best advice on how to do this: I have an insert like
I'm looking to use a LEFT JOIN query to acquire some results from two
I have a pretty complicated python program. Internally it has a logging system that
A seemingly straightforward problem: I have a java.util.concurrent.Semaphore , and I want to acquire
I have the following locking mechanism for my class. When I run this program,
I have an embedded Python program which runs in a thread in C. When
I was looking at the source code of java.uti.concurrent.locks.AbstractQueuedSynchronizer and the acquire() method looks
I have several threads that acquire Mutexes and then terminate. The mutexes are stored

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.