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 Rhinorhino 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: hammerip
  • Content: Threads
  • Order by date
  1. hammerip

    Checking my OO technique

    When writing OO code I quite often use the constructor to pass sub class instances which means my sub classes always have a constructor like the C# example below. Is this ok or is their a better way? class baseClassA { protected baseClassB m_ClassB; public baseClassA(baseClassB classB) {...

Part and Inventory Search

Back
Top