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.

Reply via email to