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 in oop php?

Answer Posted / gokilavani s

Encapsulation is fundamental concepts in object oriented programming
Encapsulation provides three main benifits
Data hiding
Code organization
Code reusability
Php using access modifiers public, protected, private control access to the modified and properties
Public- accessible from anywhere
Protected - accessible within class and subclass
Private - accessible only in the class itself

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is encapsulation in php with example?

1190


How to set a value in session? How to remove data from a session?

1037


Explain the difference between array_merge() and array_combine()?

1046


What are the different loops in php?

1125


What language is php based on?

1012


What does the unset() function means?

1204


Can I learn php in a month?

1086


Tell us how can we display the output directly to the browser?

1074


What is isset in php form?

1061


What is difference between sql and php?

1135


How can I display text with a php script?

1139


Tell me are parent constructors called implicitly inside a class constructor?

983


What is the use of offset in mysql?

1001


How do you check is php not empty?

1054


Is overloading possible in php?

1027