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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the importance of finalize() method.

1022


What best practices should you follow while writing multithreaded code in java?

1109


What is the difference between comparison done by equals method and == operator?

1063


Can a class have an interface?

1039


Is there any difference between nested classes and inner classes?

1163


How does multithreading take place on a computer with a single cpu in java programming?

1059


What is static synchronization?

1160


What is the generic function?

1041


Can a class be defined inside an interface?

1078


What is the use of a copy constructor?

1033


Explain try and catch keywords in java?

1278


Can we override singleton class?

1028


What are controls and their different types in awt?

1140


Can you instantiate the math class in Java?

1143


Objects or references which of them gets garbage collected?

1011