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 IamaSherpa 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. WuzZeH

    A Few OO Design Questions...

    Thanks for the info.
  2. WuzZeH

    A Few OO Design Questions...

    Sorry for not replying sooner… Library Classes... 1. Yes it adds additional functionality by stopping any old object from being put in, only CustomerItem objects can be added. 3. Yes its just a habit to prevent class and namespace confusion i.e. Customer[Namespace].Customer(Class). 4...
  3. WuzZeH

    A Few OO Design Questions...

    As you might have guessed, I am fairly new to OO design so I’m going to bundle a few questions together: First off, I've written several .NET libraries over the past few months which basically have the following common classes in a single library (I’ll use Customer as an example)...

Part and Inventory Search

Back
Top