Tagged Questions
5
votes
2answers
242 views
Explaining how the code you wrote works
I was asked to create for a freelance project a Monopoly game in Java. After finishing it the same guy asked me to create four UML diagrams from which he could understand how the game works. ...
0
votes
1answer
91 views
logical subsystem & physical subsystem
I've done a google search on both of them, can't find much information.
I was wondering what is a logical subsystem and physical subsystem (in an object-oriented system)?
Also why would it be useful ...