verenkoska
Results
1
comments of
verenkoska
Nice to know, thanks @tmikov ! Let's say I have two classes in C++: ``` class Base { .... } class Derived : public Base { .... } ``` I...