1
General Board / Re: "Template Classes"
« on: April 21, 2006, 12:05:36 pm »
Midnight,
Thanks for your reply.
I'm documenting an existing framework that i don't have the oportunity to change now, for example adding a base class or interface (if i add it in the model it will not refelct the reality).
I agree with your approach, but i can't do that in this scenario.
So, I have to add a clases that always have the same methods and don't implement a common interface or inherit from a base class.
Regards,
Juan
Thanks for your reply.
I'm documenting an existing framework that i don't have the oportunity to change now, for example adding a base class or interface (if i add it in the model it will not refelct the reality).

I agree with your approach, but i can't do that in this scenario.
So, I have to add a clases that always have the same methods and don't implement a common interface or inherit from a base class.
Regards,
Juan