On Mon, Apr 19, 2004 at 08:21:58PM -0400, Joe Gottman wrote:
:    Apocalypse 12 was very clear about the difference between private and
: public class members, but it didn't say anything about protected ones?  How
: can you define a protected member?

You can't.  The concept of "protected" does not exist in Perl 6.
A class is encapsulated even from its subclasses.

Larry

Reply via email to