posted 20 years ago
Hi Kola,
If u are interested in getting your feet wet in UML, try this book: UML Distilled - Fowler&Scott. VERY good book for beginners in UML. To get a better grip on UML, you need to get a more in-depth book.
UML is basically a tool to analyze your business requirements/logic and break them down to the level of what goes in each class, how to structure your packages to meet ur needs, etc.
Once you identify your classes, packages and other components, it doesn't matter what OO language u use.
Hope this helps.