Encapsulation (computer programming): Difference between revisions

Content deleted Content added
Scope's a feature in many prog languages and saying PHP "offers the advantage of plain and simple" is bias. Plus wording is awkward English and scope is covered in detail on its page: Scope (computer science). Disagree? User talk:Simply Habit'
Line 62:
<source lang="php">
class person {
var $name;
public $height;
protected $social_insurance;