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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:25:20+00:00 2026-05-16T12:25:20+00:00

Hey I have a really simple question that needs more of just an explanation

  • 0

Hey I have a really simple question that needs more of just an explanation than a debug, but I have seen in the interface definitions for many class objects the keywords “@package”, “@private”, “@public”, and then even weirder “struct {…}”. I have been able to make complete programs without using any of the aforementioned, so I was hoping someone could explain to me the significance of those keywords.

Thanks

EDIT:
Wait, I understand now that the restictions of each declaration but why would you ever need to use them? And can you clarify what “struct {…}” means and how I use it? Thanks again 😀

  • 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-16T12:25:21+00:00Added an answer on May 16, 2026 at 12:25 pm

    Concerning Package, your Question is answered here in detail: What does the @package directive do in Objective-C?

    struct is a C construct that lets you access multiple data types under a single name.

    @private restricts access to variables to the use by just this class

    @protected restricts access to variables to the use by just this class and inheriting classes ( default in Obj-C classes)

    @package restricts access to variables to the use by the framework

    @public lets everyone acces this variable

    Edit:

    struct person {         /* declares struct person */
    int   age;
    float weight;
    char  name[25];
      } adam;
    
    struct person joe;
    joe.age = 23;        /* add values */
    joe.weight = 147.8;    
    

    Concerning the restriction, its good OO Practice to restrict access to variables, known as encapsulation http://en.wikipedia.org/wiki/Encapsulation_%28object-oriented_programming%29

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

Sidebar

Related Questions

Hey guys really quick question, I have a simple test that I was doing
hey guys having this really simple problem but cant seem to figure out have
Hey I have a really annoying IE7 bug that I am trying to work
Hey I have a somewhat simple, i think, question... I am trying to pass
Hey Everyone, This question seems really silly to me, but I can't for the
Hey I just had a simple question about implementing landscape mode for an app,
hey so I have some code for the question bellow but I am stuck
hey sorry for bothering if this is a really simple issue, but I can't
Hey I have downloaded one of the xml editors from some site. But don't
Hey I have this code but it doesn't work because it is expecting a

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.