On 11/09/2012 10:05 AM, Andrej Mitrovic wrote:
> On 11/9/12, goofwin<artem.3a at gmail.com> 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