what is encapulation?
Answers were Sorted based on User's Feedback
Answer / yohesh rasal
The wrapping up of data and function into a single
unit(called class) is known as encapsulation.
The data is not accessible to the out side word,and only
those functions which are wrapped in the class can access
it.These function provide the interface between the object
data and the program.This insulation of data from direct
access by the program is called data hiding or information
hiding.
| Is This Answer Correct ? | 32 Yes | 1 No |
Answer / guest
The wrapping of data and its member functions into a single
unit is called encapsulation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ashish jadhav
hiding non essential details is called encapsulation.
preventing the access of non essential details.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / hetal
The wrapping of data and its member functions into a single
unit is called encapsulation.
| Is This Answer Correct ? | 0 Yes | 0 No |
how many trailing zeroes are there in 100! (100 factorial)?
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
Any real time example of O2C process from taking order till creating invoice.
What is the GAC? What problem does it solve?
How to find out the user exit for va01.
What do you mean by an array ? explain with an example
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
what is the difference between Windows application and Unix application?
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
is try block possible without catch block?
details description on this mantis? who is founder of this mantis?