Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. marcusaurelius

    Inheritance

    Awesome! just what i needed! Thanks a lot.
  2. marcusaurelius

    Inheritance

    thanks for the response, but waht i meant was: class parent { protected: blah; } class child : public parent{ public: bloop; } in this case, would i NEED to define constructors and destructors for the parent class? i don't plan to use the parent class in any situation, its only there for...
  3. marcusaurelius

    Inheritance

    Hey, i was wondering, when we use inheritance, is there a need to created constructors and destructors for the parent class, or is it enough that we create them only for the child?

Part and Inventory Search

Back
Top