Hello
I have 2 classes clsParty and clsAccount
clsParty has a function named GetParty()
clsAccount has a function named GetAccount()
I have a 3rd class named clsDoTran
What i want to do is i want to use GetParty() and GetAccount() functions from both clsParty and clsAccount
But there is a problem and the problem is i cannot inherit both the class at a time
Can u tell me how to do it?
Thanks and Regards