Re: final protected private symbol
"Per Hedbor () @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Inherited (and inheriting) classes can not call private functions (according to the rules). And they are not normally accessible, the only reason for it being so in this case is that the class (Stdio.Buffer) is written in C, and calls the method directly by offset, without checking permissions.