|
-
July 13th, 2012, 02:39 AM
#1
deriving from vectors
i want to derive a class named population which is derived from vectors of solution and solution class is derived from vectors of int. that means that population is collection of solutions and is created with vector by deriving it from template based vectors<solution>. my question is that im bit confused in this hierarchy and not getting idea of constructors and destructors and calling mechanism of methods. i do have concepts of inhertince and constructors in inheritence but confused in this perspective.
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
|