Include dependency graph for ChildAndParentNode.hpp:
If we could use multiple inheritance ChildAndParentNode would simply inherit both from ChildNode and ParentNode.
In this case it only inherits from ChildNode and all the code of ParentNode is "duplicated" here