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

Can u explain me What is encapsulation?

Answer Posted / megha

Details are what a contains is not visible to other
classes.Instead only specific information is made visible.
ATM center is one real world example.
Encapsulation is achieved with the help of properties.
ex:-
int _empno;
public int EmpNo
{
get
{
return _empno;
}
set
{
_empno=value;
}
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between constants and read-only variables?

1157


What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?

1206


Explain what are an object and a class?

1131


Why is .net used?

1053


Different levels of priority provided by .net.

1211


Please explain what is the difference between constants and read-only variables?

1205


Why inheritance is important?

1258


  • Accomm
  • i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;

    1855


    How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?

    1125


    Explain About GDI object ?

    1133


    Explain garbage collection?

    1029


    If any body working in Infosys, please can u give me the referense to that company because i hered that their is openings for freshers with referal..

    2010


    What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?

    5162


    Describe difference between inline and code-behind?

    1166


    How will you register com+ services?

    2079