Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is encapsulation?

Answers were Sorted based on User's Feedback



What is encapsulation?..

Answer / nagababu

Wrapping up data and methods in a single unit is called
Encapsulation.
Eg:-class

Is This Answer Correct ?    16 Yes 1 No

What is encapsulation?..

Answer / kumar vishal

wrapping up data and function as a single intity called
encapsulation.

Is This Answer Correct ?    11 Yes 2 No

What is encapsulation?..

Answer / tejavishu

combining the data and data members into a singe unit is
called the encapsulation.


ex:class.

Is This Answer Correct ?    6 Yes 1 No

What is encapsulation?..

Answer / saamy

Data Encapsulation combines data and functions into a
single unit called Class. When using Data Encapsulation,
data is not accessed directly; it is only accessible
through the functions present inside the class. Data
Encapsulation enables the important concept of data hiding
possible.

Is This Answer Correct ?    6 Yes 1 No

What is encapsulation?..

Answer / deep

wrapping of data and function in single unit (class)is
called encapsulation.

Is This Answer Correct ?    3 Yes 0 No

What is encapsulation?..

Answer / guest

binding of data and code

Is This Answer Correct ?    2 Yes 0 No

What is encapsulation?..

Answer / p suresh kumar

It is the mechanisum which unities code and data it
manipulate.

Is This Answer Correct ?    2 Yes 1 No

What is encapsulation?..

Answer / sree

encapsulation means combining the data and the functions
using that data.
EX: class

Is This Answer Correct ?    1 Yes 0 No

What is encapsulation?..

Answer / navneet kaur

combining data and data members is encapsulation.

Is This Answer Correct ?    1 Yes 0 No

What is encapsulation?..

Answer / anjana

ENCAPSULATION:
*ENCAPAULATION IS A WRAPPING UP OF DATA INTO A SINGLE UNIT.
*IT IS LIKE A CAPSULE.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

i got a backdoor offer in process global,Bangalore..Can i work with it?

0 Answers  


difference between abstraction and encapsulation with progarammatic eg. hi,just recently i went for an interview .The interviewer asked what is the difference between abstraction and encapsulation with programmatic eg. I gave the answer as encapsulation mean hiding the relevant data which is not useful for the user, eg a electric fan .hiding the information how the electricity is converted into machanical energy. abtraction showing only the relevant data to the user eg electric fan. it look ,its color ,it design etc only relevant data. Then the interviewer asked me, give me some programmic eg .I Said Let assume a web form having control like textbox,button etc. The user can view textbox,button etc this is the eg of abstraction and when the user click on the button how he is redirected is not known by the user is the eg of the encapsulation. Am I Correct .was the answer given by me is perfect .now i am planing to go for an another interview should i give the same answer.IF not please suggest me a better answer.with some good eg Please help

1 Answers  


What are the main differences between procedure oriented languages and object oriented languages?

9 Answers   IBM, Infosys, Wipro,


What is a macro? And how is a macro same as a template?

4 Answers  


what is the difference between virtual function and destoctor?

1 Answers  


what is abstract class ? when is used in real time ? give a exp

5 Answers  


sir plz send me a set of questions that been frequently held in written examination during campus selection.

0 Answers   TCS,


Why do we use encapsulation in oops?

0 Answers  


In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?

2 Answers  


What is overloading in oop?

0 Answers  


design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }

0 Answers  


what is runtime polymorphism? For the 5 marks.

3 Answers  


Categories