[try Beta version]
Not logged in

 
How do you use Classes/UML to model a simple database?

Jul 27, 2009 at 10:12pm
I had a similar assignment where the user chooses to be a customer (like an ATM), banker, or supervisor (both able to view customers, transactions, etc). How would I do this using classes and structs?
Jul 28, 2009 at 4:57am
You implement a class for each of the three, maybe you also use inheritance.
Jul 28, 2009 at 7:02am
...

That's awfully vague, I'm having trouble grasping how I would actually do this. Scope, constructor(s), destructor...maybe it's function-design in general I am having difficulty with.
Jul 28, 2009 at 8:54am
Unless you're using an Object Database, you probably don't. If you're talking about a Relational Database, it's good old fashion ER Diagrams and such.
Jul 29, 2009 at 5:41pm
No clue what the difference is...
Jul 30, 2009 at 10:09am
Jul 30, 2009 at 12:23pm
closed account (z05DSL3A)
Database Modelling in UML
http://www.sparxsystems.com.au/downloads/whitepapers/Database_Modeling_In_UML.pdf
Topic archived. No new replies allowed.