wnagrodzki / iOSProgrammingGuidelines

2 stars 0 forks source link

Glossary #15

Open wnagrodzki opened 6 years ago

wnagrodzki commented 6 years ago

It may be worth defining some terminology we use in guidelines or at least point to a glossary.

instance - a specific occurrence of a class (that is, an object), structure, or enumeration. member - a property or a method of a type. object - an instance of a class.

Source