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 gkittelson 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: *

  • Users: atara
  • Order by date
  1. atara

    overloaded functions & inheritance

    If the functions are not the same I should have BOTH functions in the derived class: one that takes int and second which takes char*. I want to imply the function that takes the char* in the BASE class and in the derived class i want to ADD another function - which is DIFFERENT cause it takes an...
  2. atara

    overloaded functions & inheritance

    I have a base class with 2 public functions : CBase & Func (const char *); CBase & Func (char); I have derived class with a public inharitance from the base. In the derived class I have a public function CBase & Func (int); when I call in main function derived.Func("aaa"); I...

Part and Inventory Search

Back
Top