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 |
Does objective c have garbage collection?
What is super in objective c?
Can you differentiate polymorphism from abstraction?
What is m files document management?
Why we use synthesize in objective c?
What is .h and .m file in xcode?
Who calls dealloc method? Can we implement dealloc in arc?
What are the different types of identifiers?
What is dictionary objective c?
What is synchronized() block in objective c?
Can a static library (.a) contain resources like images, sound files etc?
What is single inheritance in objective-c?