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 |
Fortran cannot have value by reference True or False?
How many types of list exist in the HTML
can we use commit,rollback in triggers and how?
whats the use of following Good Coding Practices?
When you?re running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
what do u mean by html
what is the filters in biztakk server? where it can use?
Which language they use during interview?
0 Answers State Bank Of India SBI,
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
how can i apply validation without using errorprovider in C# windows application
HOW TO FIND NUMBER OF TWOS IN N!(N FACTORIAL)??
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'