What is data encapsulation in objective-c?
Answer / Rajat Kuamr Choudhary
Data Encapsulation in Objective-C refers to the practice of keeping the fields (variables) and methods of an object private, and only providing access to them through public interfaces. This helps to prevent unauthorized access to the data and ensures that the data is modified in a controlled manner.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a delegation protocol?
What are the differences between copy and retain?
Explain types of protocol?
What is protocol in networking?
How do you write an objective?
Is closure a function?
Can we have multiple uiwindows in ios?
Explain what do you mean by synthesized in objective-c?
Explain what are the attributes of category?
What is the difference between atomic and nonatomic synthesized properties?
Can objective c run on windows?
Explain what is dot notation?