Many questions

Robert Fraser fraserofthenight at gmail.com
Sun May 3 23:17:55 PDT 2009


Saaa wrote:
>> void main()
>> {
>> C c = new C();
>> I i = c;
> I didn't know an interface could hold the data of an class or am I seeing 
> this wrong?

In this case, both c and i are pointers to the data.



More information about the Digitalmars-d mailing list