Answer Posted / Tripuresh Misra
In Objective-C, a class is a blueprint for creating objects. It defines the attributes (properties) and behaviors (methods) that the objects created from it will have. A class is defined by using the keyword 'class' followed by the name of the class enclosed in curly braces. For example: n`@interface MyClass : NSObjectn@end`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category