Explain interfaces?



Explain interfaces?..

Answer / Brij Mohan Singh

In Apple iOS programming, an interface is a protocol that defines a blueprint of methods, properties, and other requirements that a class must implement to be considered compliant with the interface. Interfaces are used for code reuse and to define interactions between objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

How to debug a crash in the auto-release pool?

1 Answers  


What is the benefit of setting reuseidentifier to a non-nil value?

1 Answers  


What is nonatomic in ios?

1 Answers  


Difference between iOS 3 , iOS4, iOS 5, iOS 6, iOS 7 and iOS 8 (What are the new features)

1 Answers  


What is nsmanagedobjectcontext? What are the different concurrency types? Explain each type.

1 Answers  


What is dynamic typing in iOS operating system?

1 Answers   CDC,


What are the different delete rules that a relationship can have?

1 Answers  


Explain about Viewcontroller lifecycle.

1 Answers  


Explain about design patterns in iOS

1 Answers  


Explain the difference between nsarray and nsmutablearray?

1 Answers  


Why is iboutlet weak?

1 Answers  


What are layer objects?

1 Answers  


Categories