User: hihihs

  • Public profile

User profile: hihihs

User info
User name:hihihs
History
Joined:
Number of posts:5
Latest posts:

abstract base class and constructor
Thank you. This is correct: Dog::Dog(string a, string b):Pet(a,b) {} The problem is that I did not...

abstract base class and constructor
Line28: I change it to Dog::Dog(string a, string b):Pet(a,b) {} The dog class is derived from pet...

abstract base class and constructor
I know that using abstract base class to virtual member functions. When there are variable data in t...

Inheritance of class
Thank you.

Inheritance of class
I try to learn inheritance by myself, however, I do not know where is the error in this code. I ...

This user does not accept Private Messages