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 |
Does objective c have function overloading?
Mention which class can you use for parsing of xml in iphone?
What’s the contrast between active, inactive, not-running, background and suspended execution states?
What are the rules for identifiers?
What are the adavantages of gcd over nsthread?
What are the types of ios binaries you can create using xcode?
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
Is objective c deprecated?
How to add custom cell in uitableview in objective c?
Is c and objective c the same?
Tell me about important protocol being used in objective c?
What is the difference between objective c and c++?