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 |
How do you insert a block?
What is singleton in objective c?
What are the 5 performance objectives?
What are the adavantages of gcd over nsthread?
What is toll-free bridging? When is it useful?
Is objective c hard?
What is difference between nsstring and nsmutablestring?
What are the different types of identifiers?
What happens when you create a block?
What is instancetype?
What is objective c?
Why do we require class extension?