What are class b properties?



What are class b properties?..

Answer / Nakul Srivastava

"Class B properties are a type of property that belongs to a class rather than an instance. They are used when you want to share data between all instances of a class. You can declare them using the '@class' keyword instead of '@property'."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Does objective c have garbage collection?

1 Answers  


What is super in objective c?

1 Answers  


Can you differentiate polymorphism from abstraction?

1 Answers  


What is m files document management?

1 Answers  


Why we use synthesize in objective c?

1 Answers  


What is .h and .m file in xcode?

1 Answers  


Who calls dealloc method? Can we implement dealloc in arc?

1 Answers  


What are the different types of identifiers?

1 Answers  


What is dictionary objective c?

1 Answers  


What is synchronized() block in objective c?

1 Answers  


Can a static library (.a) contain resources like images, sound files etc?

1 Answers  


What is single inheritance in objective-c?

1 Answers  


Categories