Subclass unable to access parent class C++ Inheritance, Virtuality and PolymorphismHi guys, just a little update. I finally got it working by making updating with this code [code] if...
Subclass unable to access parent class C++ Inheritance, Virtuality and PolymorphismAlright thanks everyone for ur advice, I'm currently still working on it. I'll update u guys again o...
Subclass unable to access parent class C++ Inheritance, Virtuality and Polymorphism@Disch (EDIT2) im using inheritance so im guessing i could get attributes from class Shape2D? [code...
Subclass unable to access parent class C++ Inheritance, Virtuality and Polymorphism[code]#include <iostream> #include <string> #include <vector> using namespace std; //--------------...
Subclass unable to access parent class C++ Inheritance, Virtuality and PolymorphismaShape2D is an array class which stores the x and y coordinate of a shape. And the x and y coordinat...
This user does not accept Private Messages