• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

UML Class Diagram

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone explain the difference between UML Class Diagram and Java Class Diagram?
Can I get a short tutorial for UML Class Diagram?

They say UML Class Diagram, but actually they talk about Java Class diagram.

Help appreciated!


Thanks
Siva
 
Ranch Hand
Posts: 190
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A UML class diagram may not be a Java class diagram simply because the former caters also for other platforms and languages other than Java. If you use a UML class diagram to represent a class written in C#, obviously it wouldn't be a java class diagram, would it ?

Hope this helps.
[ March 05, 2005: Message edited by: Ken Loh ]
 
Siva Vu
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Seibernaut,

I got it cleared a little bit. Can I get any online info?
Please let me know.

Siva
 
author
Posts: 608
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I cover class diagramming, and other models for that matter, at www.agilemodeling.com/artifacts

There's a lot of information there, but hope it helps.

- Scott
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic