|
-
January 31st, 2010, 04:17 AM
#1
inheritance or include ?
Hello,
Im facing a conception problem in my program. I have a statics library (all methods are static, no data member) and I would like to use these methods but I would like to know if I should inherit from this class or an simple include will do ?
I have to use the static library in different class, Ive been told to inherit virtually to have one instance of the library used.
Could you guys give me your opinion ?
Thank you for help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|