Hey guys I have to create class diagrams for my software project and I was wondering what happens when there is no inheritance between my classes. I have five classes: Titlescreen, Program, Robot, Levels and Form1. None of these classes are abstract, they have no Inheritance between them, just Objects created between them.
The examples I have read through in books etc... all have inheritance as being the main poiunt for creating these diagrams, but I need to create them although my software seems simple in comparison to examples, such as shapes inheriting from the abstract shape class.
Can anyone shed some light on simple class diagrams? I have considered altering my software to have some inheritance for the purpose of creating better class diagrams, but that seems to against the whole point in inheritance.
Any help is appreciated.
Thanks!