G
Guest
Is there Possiblity of declaring a Class virtual in C# ?
Patty O'Dors said:What's the actual *point* in multiple inheritance, I must ask?
It seems like a class in C# can derive from more than one class, so am I
missing something?
Is it the difference between deriving from one then the other, and both at
once?
cody said:A class must be declared abstract if it contains at least one virtual
method.
Do not confuse one with each other.