Content deleted Content added
Derek Ross (talk | contribs) m wording |
TakuyaMurata (talk | contribs) add accessor method |
||
Line 6:
An '''abstract method''' is a [[method]] which has no [[implementation]]. It is used to make a place-holder to be overriden later.
An '''accessor method''' is a kind of method that is usually small, simple and provides the way to bypass access control. Although it introduces new dependency, use of the methods are preferable because they provide a certain layer.
|