Explain what is a class?



Explain what is a class?..

Answer / Suman Bharti

In Objective-C, a Class is a blueprint for creating objects. It defines the properties and methods that an object will have when instantiated. Every object in Objective-C belongs to a specific class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is gcd? How is it used?

1 Answers  


 Which framework delivers event to custom object when app is in foreground? 

1 Answers  


What is arc?

1 Answers  


What is a fault?

1 Answers  


How can a user respond or react to the state transitions on the app?

1 Answers  


How to pass parameter to selector function in swift? : IOS Architect

1 Answers  


What is a view controller in ios?

1 Answers  


Explain the significance of autorelease?

1 Answers  


What is nsmanagedobject?

1 Answers  


What is background state in ios?

1 Answers  


What is nsfetchedresultscontroller? How do you turn on content monitoring?

1 Answers  


What is the difference between inheritance and category?

1 Answers  


Categories