Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 7 Online
OpenStudy (anonymous):

wat is UML? and how is it related to OOP??

OpenStudy (espex):

Unified Modeling Language (UML) displays the "family tree" of a program, it shows you things about the class/object such as where it resides, who it is, and who its children are. To put it into programming terms, it displays the hierarchy of the program, the methods and interfaces that it uses, and number of instances of each it can generate.

OpenStudy (anonymous):

Uml is a language based on diagrams more like pseudocode you van use that uml diagrams for programming with any object oriented language. It simply defines projects classes and objects in classes. You can find more information in design patterns related ebooks or pdfs

OpenStudy (anonymous):

This explains it all with examples: ... http://bit.ly/JbNdjw

OpenStudy (anonymous):

thnks a lot guys...

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!