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 of what a class 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

Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

1184


What is a garbage collector?

1194


What’s different between process and application in .net?

1123


Explain what are possible implementations of distributed applications in .net?

1051


In code behind class, name the type of code found. Is it the server side code or client side code?

1366


What is the use of gacutil.exe?

1342


What are the similarities and difference between class and structure in .net?

1063


Explain what is the difference between odbc and ado?

1181


what is dotnet architecture? can anyone explain that.

4494


Write a program to create a user control with name and surname as data members and login as method and also the code to call it.

986


Explain how to rename a table using sql queries?

1135


What is .net debug & trace?

1125


What is SOAP? How you will do windows and forms authentication?

1217


What are the improvements made in cas in .net 4.0?

1011


What is difference between .net core and .net standard?

965