So i have some questions if anyone could help me answer them that would be greatly appreciated. and fg will be given as well.
pm/post if you can help.
ex. what would the constructor be for the class Derived
Code
class Derived : public Base
{
private:
const int ID;
static int count;
public:
// insert your code
};
int Derived::count = 1;
with many more questions
lmk, thanks
