¡@

Home 

c++ Programming Glossary: petstore

calling the base class constructor in the derived class constructor

http://stackoverflow.com/questions/10282787/calling-the-base-class-constructor-in-the-derived-class-constructor

where I just add couple of fields so I did this class PetStore public Farm public PetStore idF 0 private int idF string nameF.. of fields so I did this class PetStore public Farm public PetStore idF 0 private int idF string nameF But I can't initialize my.. I mean I did this Inheritance so I can add animals to my PetStore but now since sizeF is private how can I do that I'm thinking..