attribute bug?

Ali Çehreli acehreli at yahoo.com
Fri Nov 9 10:32:55 PST 2012


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


More information about the Digitalmars-d-learn mailing list