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...


whst is encapsulation?when u encpsulate actually while
devoloping code?

Answers were Sorted based on User's Feedback



whst is encapsulation?when u encpsulate actually while devoloping code?..

Answer / rajmohan

The Wrapping up of Data and functions into a single unit is
Called Encapsulation.

Is This Answer Correct ?    5 Yes 0 No

whst is encapsulation?when u encpsulate actually while devoloping code?..

Answer / pardhu

The binding up of data & code into a single unit is called
as ENCAPSULATION

Is This Answer Correct ?    4 Yes 0 No

whst is encapsulation?when u encpsulate actually while devoloping code?..

Answer / a.jyotsna

Encapsulation is the mechanism that binds together code and
the data it manipulates,
and keeps both safe from outside interference and misuse

Is This Answer Correct ?    4 Yes 0 No

whst is encapsulation?when u encpsulate actually while devoloping code?..

Answer / dsr

Encapsulation is a mechanisum,thet binds together data and
code. for example:Bean
In bean, all the variables are private. we can't access
that variables with the help of class object.

Is This Answer Correct ?    2 Yes 1 No

whst is encapsulation?when u encpsulate actually while devoloping code?..

Answer / jag bhushan

Encapsulation means wrapping of data and the accessing
methods in one unit and hiding the data from outside world.
the data can be accessed only by using getter/setter method
so that no one can set a wrong value for a vriable. like
weight can not be less than zero. so if anyone want to set
the weight, it have to set only be using getter/setter.

Is This Answer Correct ?    0 Yes 0 No

whst is encapsulation?when u encpsulate actually while devoloping code?..

Answer / dileep

hide the date of the class from outside environment and
providing the only necessary data and clubbing both code
and data togather.................

Is This Answer Correct ?    1 Yes 2 No

whst is encapsulation?when u encpsulate actually while devoloping code?..

Answer / dhawal

Encapsulation is process of hiding data
for example if access specifier we are using for accessing
class is private then only that class object can access the
methods and variables in that class

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?

0 Answers  


how can u handle run time exception in java? explain with brief explanation with examples?

2 Answers   CTS,


How do you sort arraylist in descending order?

0 Answers  


Is assembly language a low level language?

0 Answers  


What are the four pillars of java?

0 Answers  


What are thread safe functions?

0 Answers  


How do you clear a method in java?

0 Answers  


What does sizeof return?

0 Answers  


What are the advantages and disadvantages of object cloning?

0 Answers  


What are the different conditional statements?

0 Answers  


In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????

4 Answers   Kanbay,


What is codebase?

0 Answers  


Categories