Question:
What is encapsulation?
Answer:
Encapsulation means wrapping up of Data and Code...this is what i got from data structures book... Source: CoolInterview.com
Encapsulation is wrapping up of data and function together so that only the functions that are wrapped alongwith the data can access the data .The outcome of encapsulation is data hiding. Source: CoolInterview.com
Answered by: NISHANT | Date:
| Contact NISHANT
Encapsulation is wrapping up of data and member functions which becomes a class. Source: CoolInterview.com
Answered by: Raj | Date:
| Contact Raj
encapsulation means wraping up of data with the required functions which can access only that data. Source: CoolInterview.com
Answered by: KHEM RAJ | Date: 3/12/2009
| Contact KHEM RAJ
Encapsulation is the term which is process of hiding all the details of an object that do not contribute to its essential characteristics. Source: CoolInterview.com
Answered by: basant | Date: 7/20/2010
| Contact basant
Encapsulation :- Wrapping up of a data and function into single unit is called as Encapsulation
Regards, Nicku Source: CoolInterview.com
Answered by: nicku | Date: 8/9/2010
| Contact nicku
wrapping up of data and function together .... Source: CoolInterview.com
Answered by: reygovind ccet | Date: 8/14/2010
| Contact reygovind ccet
Wrapping up of a data and function into single unit
Regards, Nicku Source: CoolInterview.com
Answered by: nicku | Date: 8/16/2010
| Contact nicku
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|