You are the owner of a computer store. You sell several different types of computers. You sell desktops, laptops, tablets and cell phones. Each of these have much in common, they each have a manufacturer, storage, a CPU, a price and RAM, amongst others. You are to create a parent class that holds the data members and methods that would be common among all devices. You are then to create derived or children classes that are designed to represent each of the types mentioned above. You should have a way of keeping track of quantity of all types that is add and subtract from inventory, a way to find the total value of each type/manufacturer in stock and a way to determine when to order more stock.
Now I have an idea of what the code will look like I'm just having a tough time getting started on the code.
Jignesh TrivediPosted May 21, 2013, 11:42 PM
hi,
before staring project you must fix technology. i.e. either you go with desktop application or web base application.
after that select the database SQL Server Express Edition or My SQL or Access. Language C# or VB.net or other.
above thing primary requirement of each newly started project.
you can also take refer design from online free software.
hope this will help you.
Riddhi ValechaPosted May 21, 2013, 11:31 PM
Start designing the database first...
Make it up to 5th normal form.......
Database is always made first, and then the coding starts...