How to redefine a constructor from parent classHello guys. Firstly I don't really know if this is possible. This is my Class Diagram: https://...
Constructors with conditionalsHello guys, I'm learning C++ step by step. github: https://github.com/CreativeSoftware/DiamondQt T...
Class Composition problemsHello guys. I'm tryng to learn how to implement c++, and at same time learning OOD. I'm tryng ...
Problems implementing Polymorphism Ok, I've correct the order, I didn't know this makes difference. So, I shouldn't have a parent clas...
Problems implementing Polymorphism Diamond is the name that I gave to the "store". The store has Products. I think this kind of class i...