Restrictions on local classes

As with member classes, local classes cannot contain static members.

As with local variables, local classes cannot be declared public, protected, private, or static.

A local class cannot have the same name as any of its enclosing classes.

File: bd.htm [Next] [Prev]