Inheriting constructors

Mike Parker aldacron at gmail.com
Tue Jul 10 18:31:10 PDT 2007


Sean Kelly wrote:
> Frank Benoit wrote:
>> I think, the protection here is a language mistake.
>>
>> If a class inherits protected or private from a superclass, the class
>> loses its object.Object compatibility.
> 
> Is this the case in Java as well?
> 
> 
> Sean

There is no private/protected inheritance in Java.



More information about the Digitalmars-d mailing list