|
-
Collections in C#
I'm trying to create a mechanism of sales. I have a Sales class and an Item
class. The Sales contains a lot of items. So, how can I make it?
If I use an array (public Item[] item) in the Sales class, I have to give
an inicial size for the array and this is bad (I don't know how many items
I will have).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks