On 11/09/2012 10:05 AM, Andrej Mitrovic wrote:
On 11/9/12, goofwin<[email protected]>  wrote:
class MyClass
{
        package abstract {
                void foo();
                void bar();
                  ...
        }
}

package methods are automatically final, you can't have a virtual
package method.

I knew that about 'private' but apparently 'package' is the same.

Ali

Reply via email to