Answer Posted / 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 |
Post New Answer View All Answers
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
what is web service in java? have u use before.
THE CHANNEL IN DATA COMMUNICATION CAN BE?
what is delimiter in sas ?
Which design patterns have you used?
what are the differences between CONS, LIST, and APPEND
Explain three modes in which files can be accessed from python program
Tell me the jobs for the MCA Fresher in delhi, Noida..
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
Can any one give an example (Source Code) on virtual function implemetation in Java?
How to use string functions in QTP?give some examples
what is the difference between an OS(operating system) and Framework?
what is delegate and delegation model give the real live example on delegate model
I m Abdullah Ansari compleated MCA from Jamia Hamdard,i have appeared the test of IBM on 2 august at oxford college of engineering Bangalore.waiting for hr round.. This is the first round for IBM.02/08/08 Paper consists of 4 sections 15 questions from matrices(time very less but no negative marking). 25 questions from series completion section (this section is very easy but negative marking) 15 questions from aptitude(little bit tough time limit 15 minute negative marking) 4th section is from computer science (c,c++,operating system,digital electronics ,basic question..) result came at 3 o'clock.i was selected... In interview they asked questions like 1 they asked about final yr project.. 2 what are dynamic and static memory location? 3 linked list and array difference between them. 4 what is function ? what is difference betwen function and inline function? 5 about structure 6 about binary tree, traversal, call by value. 7 storage class and many more basic questions..
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;