开发者

What do the terms "identifier" and "accessor" mean?

开发者 https://www.devze.com 2023-03-18 04:23 出处:网络
I have a few things in Obj-C that I need explained. I need a definition and an example. They are: \"identifier\" and \"accessor\". Also, how do开发者_StackOverflow社区 I put an \"identifier\" before a

I have a few things in Obj-C that I need explained. I need a definition and an example. They are: "identifier" and "accessor". Also, how do开发者_StackOverflow社区 I put an "identifier" before a =?


As usual, Google and the official Apple Docs are your friends:

Accessors: Official doc | Other explanation

Id: Id

What do you mean by putting an identifier before '='?

You can only assign what is to the right of '=' to whatever is on the left...

Operators

Most of your questions are not Objective-C specific anyway, seems you need to brush up on general programming concepts.

Start by reading the docs here

0

精彩评论

暂无评论...
验证码 换一张
取 消