base class access specifier[s]

Ellery Newcomer ellery-newcomer at utulsa.edu
Sun Jan 18 21:29:42 PST 2009


Tee hee. I can make the compiler swallow something silly:

module silly;

interface I{
	void foo();
}

class C: public private protected package protected public protected 
public private protected package I{
	void foo(){}
}

void main(){}




More information about the Digitalmars-d-learn mailing list