![]() |
Storing a list of information of different types of data in an Array
partNo Description quantity i
123 Shampoo 24 224 Blue Biros 56 225 Red Biros 32 324 Cheese 15 369 Shower Gell 8 145 Green Olives 35 Hello, i am new to this forums and i have a problem with my project. I have to code an inventory control system for warehouse. This is the list of information i need to store in a class, but i just can't figure out how. Any help appreciated |
Re: Storing a list of information of different types of data in an Array
Something like that:
Code: Java
Now you can create new object and att it to your array: Code: Java
BTW it will be better to use lists instead of arrays. For example, ArrayList. PS. Also you need to find some Java book :-). It will be helpful. |
Re: Storing a list of information of different types of data in an Array
i think thsis are methods right?
or classes? god damn, every time goes by i forgot the basic codes damnit. need to drink or take a medicine for anti amnesia. :P |
Re: Storing a list of information of different types of data in an Array
It looks nice to me. Just the content arrangement, make some improvements.
|
| All times are GMT +5.5. The time now is 00:32. |