Un-Answered Questions { Objective-C }

Explain what is protocol in objective-c?

1


What is toll-free bridging?

1


Explain what is @synthesize in objective-c?

1


Is objective c, a dynamic language? True/false, explain.

1


What is kvc and kvo? Give an example of using kvc to set value.

1


Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?

1


Can we create dynamic classes in objective c? If yes, explain how to create with a valid use case?

1


Who calls dealloc method?

1


What is responder chain?

1


What can’t we put into an array or dictionary?

1


Can I write some c++ function in same .m file?

1


Can we create dynamic classes in objective c?

1


What happen if we send any message to an object which is released?

1


Explain the difference between atomic and nonatomic synthesized properties.

1


How does dispatch_once manages to run only once?

1