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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Array containg classes??

Status
Not open for further replies.

Norviking

Programmer
Joined
Nov 2, 2002
Messages
33
Location
NO
IS it possible to have an array that contains classes??? If, so how to I implement that array?? If not, are there any other ways?? Linked list???

Plz help
 
Why don't you use an ArrayList ? It takes an object in its Item property, so as long as you cast it properly when you are referencing it, it will work fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top