Posts by Bruno • 23 points
1 post
-
2
votes2
answers259
viewsQ: Invoke child class method in C++
I have a parent class/structure and a daughter class/structure in C++. The parent class defines a method, and the daughter class burdens that method. Trivial example: struct Pai { void imprimir() {…