Tuesday, April 22, 2008

Is it possible to derive your class from a base class and implement interfaces at the same time?

Yes its possible, we can use it like this

class MyDerivedClass : CMyBaseClass, Interface1, Interface2

No comments:

Post a Comment