UML 2.0 Class Diagrams

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 387

  • @vlaknest
    @vlaknest 9 років тому +178

    Guys, for aggregation and composition think of it this way
    Aggregation(empty rectangle): If a dog breed goes extinct, dogs don't go extinct.
    Composition(filled rectangle): If dogs go extinct, the dog breed also goes extinct.

    • @Staroy
      @Staroy 9 років тому +4

      +Dedokire *Very nicely put!*

    • @gamecoolguy619
      @gamecoolguy619 7 років тому

      *Thanks!!*

    • @kieranmoynihan1161
      @kieranmoynihan1161 7 років тому +13

      Reworded in a more lengthy fashion:
      Aggregation: The 'Dog' contains a multitude (aggregation) of 'Breeds'; therefore, if a 'Breed' disappears, the 'Dog' remains.
      Composition: Each 'Breed' is made up of (composed of) 'Dog'; therefore, if 'Dogs' disappear, 'Breeds' can no longer exist.

    • @israelbryce113
      @israelbryce113 3 роки тому

      sorry to be so off topic but does anyone know a trick to log back into an Instagram account..?
      I somehow lost the account password. I appreciate any assistance you can offer me!

    • @kennethvivaan9534
      @kennethvivaan9534 3 роки тому +1

      @Israel Bryce Instablaster :)

  • @favotites9569
    @favotites9569 8 років тому +58

    Since Dog is a (sub-)class implementing and inheriting methods from the abstract Animal class, the arrow should be on the other side (see video at 14:05)

    • @utmostcreator
      @utmostcreator 7 років тому +4

      yea! i noticed too!
      This is must be reverse.

    • @adamhendry945
      @adamhendry945 3 роки тому

      @@utmostcreator Yup, he needs to fix that.

  • @okeyxyz
    @okeyxyz 9 років тому +108

    From your explanation of Aggregation & Composition, I think you got the notations wrong. Composition should be the filled diamond while Aggregation is the empty diamond. But you used them in the reverse.

    • @derekbanas
      @derekbanas  9 років тому +33

      okeyxyz Sorry about that error. You are correct.

    • @Bashir000
      @Bashir000 9 років тому +49

      +Derek Banas
      you should create an annotation to let people know about that mistake. Luckily I saw this comment, but others might not see it. Anyways thanks a lot for this video.

    • @s.s.complexcomplex9208
      @s.s.complexcomplex9208 9 років тому +14

      +Derek Banas You made one more error. The arrow should be pointing on to the abstract class Animal and not the subclass as it is presented in the video. The "Dog "class inherits from the "Animal" abstract class - not the other way round.

    • @Chris-xl3ly
      @Chris-xl3ly 7 років тому

      Yeah same here jeez

    • @ciaranmckenna5034
      @ciaranmckenna5034 6 років тому

      Yeah you're right with your point

  • @ramuk-
    @ramuk- Рік тому +1

    thanks derek, i remember watching these at uni, but i come back again every couple years to watch when i need to use uml at work

  • @derekbanas
    @derekbanas  11 років тому

    You're very welcome :) An Association occurs when a class contains a reference to another class "Has a". An Aggregation and a Composition are both Associations, but are more complex Associations. An Aggregation occurs when a class contains another class and the contained class can exist without the container class. A Composition ("Part of") also has a class that contains another. The only difference is that the contained can't exist without the container. I hope that helps

  • @GeordiLaForgery
    @GeordiLaForgery 9 років тому +159

    Learnt more in five minutes from you than a 3 hour lecture at college :-)

    • @derekbanas
      @derekbanas  9 років тому +17

      +Geordi La Forge Thank you for the compliment :) I'm glad I could help.

    • @wickedknock9798
      @wickedknock9798 8 років тому +10

      +Geordi La Forge video is 16 mins dammit watch till end

    • @Ridell2549
      @Ridell2549 8 років тому +5

      well he must have learned 9 hours worth then xD

  • @shootingblueyes
    @shootingblueyes 8 років тому +40

    You could do voice acting. You have a great voice for this type of thing.

    • @derekbanas
      @derekbanas  8 років тому +5

      +shootingblueyes Thank you for the nice compliment :)

  • @derekbanas
    @derekbanas  11 років тому +1

    That is really up to you and your team. In the real world i normally always used simple class diagrams and verbose sequence diagrams and never had any trouble. Normally new programmers either create overly complex UML diagrams or don't understand them at all. You will normally be at the mercy of the systems architect were you are hired. i hope that helps :)

  • @derekbanas
    @derekbanas  11 років тому

    This tutorial covers the UML 2.0 specification exactly. I do however know what you are referring to. Also, most people don't use the exact spec all of the time in the real world. As you'll see when you get to sequence diagrams I don't either :)

  • @Ronakrktanna
    @Ronakrktanna 8 років тому

    If only everyone had a teacher like you. If only.
    Thanks to the UA-cam creators for giving people like you an opportunity to teach countless people like me who haven't had a good teacher, and most importantly, thank you!

    • @derekbanas
      @derekbanas  8 років тому

      Thank you for the nice compliment :) I'm very happy to be of help.

  • @derekbanas
    @derekbanas  12 років тому

    The association arrows are almost always pointed at the containing object. I cover that later in this series because as you pointed out I should have done it that way. A Composition Association (Filled Diamond) is one in which if the container is destroyed so is the contained object. Aggregations (Empty Diamond) is one in which if the container is destroyed the contained lives on. Composition - "Part of" Aggregation - "Owns a"

  • @derekbanas
    @derekbanas  11 років тому

    Thank you very much :) I'm extremely happy to be able to help people all over the world. Your nice comment is very much appreciated!

  • @mainemade73
    @mainemade73 4 роки тому

    Thank you for these. I am finding myself thrown into a OOA&D class with no real previous knowledge and you are thorough and do not skip "obvious" stuff like other videos do. Obvious comes with experience and these are perfect for me as a beginnger.

    • @derekbanas
      @derekbanas  4 роки тому

      Thank you :) Happy I could help

  • @derekbanas
    @derekbanas  11 років тому

    I check all my UA-cam personal messages. The ATM system I designed isn't much different from what you want to design. Instead of passing emails it passes an ATM transaction. Replace PIN number and valid card number with userid and password. They are almost exactly the same

  • @derekbanas
    @derekbanas  12 років тому +3

    Thank you :) Yes I get tongue tied every once in a while because non of this stuff is scripted. Sorry about that

  • @derekbanas
    @derekbanas  11 років тому

    I have seen that presented in both ways. In the real world unlike in books there are very few iron class rules. I for example always preferred to ignore most all diagrams except for sequence diagrams which I made very detailed. I never had a boss tell me what I was doing was wrong. As an architect at the time, all of the programmers under me loved working with me.

  • @luaieh
    @luaieh 11 років тому

    My undergrad is Computer Science and I have studied UML 8 years ago. As a PhD student I couldn't find a better refreshing tutorial than yours. good job.
    can you please post your slides so we can take notes on it. That would be great
    keep it up

  • @DomantasLekavicius
    @DomantasLekavicius 8 років тому +21

    11:40 points from Dog to Animal (Dog -> Animal), meanwhile 14:20 points from Animal to Dog (Animal -> Dog). This is misguiding.

    • @michaczapski5291
      @michaczapski5291 7 років тому +5

      In the latter the arrow should also point towards animal: Dog -> Animal.

  • @Jwarddesign-ca
    @Jwarddesign-ca 11 років тому

    Thanks for taking time to put these lessons together. It sure is nice hearing a coherent and native English-speaking instructor, as opposed to an unintelligible thick Indian accent.

  • @derekbanas
    @derekbanas  11 років тому

    Thank you very much for the compliment :) I think because I aim to satisfy people that enjoy fast videos that I stand apart from many of the other tutorial people. I'm very happy that you enjoy them. Yes, I have over 500 videos on my UA-cam channel. Some of the old ones are terrible, but I do my best to always improve.

  • @derekbanas
    @derekbanas  11 років тому

    Basically you need to create a use case description that goes over everything in exact detail. Then break everything into objects. Students, admins, email, everything becomes an object if it is an object in the real world. Then translate the use case description into a sequence diagram. You have the objects and the interactions, so you just have to connect them. My object oriented design tutorial shows you everything step by step. Tell me if you have questions after watching the 1st 2

  • @softwaretest1879
    @softwaretest1879 7 років тому

    The best explanation ever.. Your articulation of voice is amazing and gives more meaning to your words.
    Only few people know to talk like this, especially on dry subjects like requirement engineering, process modeling, diagrams etc.

    • @derekbanas
      @derekbanas  7 років тому

      Thank you for the nice compliment :)

  • @derekbanas
    @derekbanas  11 років тому

    All architects work differently. I personally use sequence diagrams that are heavily commented. I also write very detailed usage descriptions. I make class diagrams, but I don't dwell on them. In the real world I do all of this stuff with paper and pencil. In groups I always work on a whiteboard

  • @derekbanas
    @derekbanas  12 років тому

    thank you :) I didn't know if anyone would like these tutorials, but it is hard to teach oo design and refactoring without uml

  • @canncodertriballian3494
    @canncodertriballian3494 6 років тому

    This greatly increases my understanding of UML. It brings to life the definitions I see in books.

    • @derekbanas
      @derekbanas  6 років тому

      Thank you :) I'm very happy it helped

  • @glxs9539
    @glxs9539 9 років тому +1

    1.)@ 2:10: semantical error: encapsulation is not information hiding. encapsulation is the concept of encapsulating attributes and methods, which are logically dependent, i.e. the methods operate on the attributes.
    www.javaworld.com/article/2075271/core-
    java/encapsulation-is-not-information-hiding.html
    2.)protected elements are also accessible to classes in the same package

  • @naromiesbeninche6975
    @naromiesbeninche6975 11 років тому

    I have no words to describe how you change my life with your videos!
    Thank you for all your tutorials..I'm not English-Speaker but your explanations are so clear that i understand quickly!

  • @derekbanas
    @derekbanas  11 років тому

    The system is all the objects combined. Break everything down into their smallest parts. If it is an object in the real world then make it an object in your use case. Watch my examples and you'll get it. I provide both fast and slow examples

  • @Shishanann
    @Shishanann 9 років тому

    I just want to thank you for this tutorial service you provide. Currently taking an online community college course with no lectures provided and a very bland textbook; this is helping me immensely!

    • @derekbanas
      @derekbanas  9 років тому +1

      That's great :) I'm happy that I could help

  • @derekbanas
    @derekbanas  11 років тому

    I'm sorry, but I just started Android tutorials. I'm having a hard time finding the time to get those out quickly. I promise to cover Obj C as soon as possible. May God bless you as well :)

  • @derekbanas
    @derekbanas  11 років тому

    With both an Aggregation and a Composition, a class (I'll call it Dog) contains another class object (One is Bark and the other is FavoriteFood).
    With an Aggregation, since FavoriteFood could be used by other potential Animal objects (Non Dog Objects) then if the Dog object is destroyed FavoriteFood could continue to exist.
    With a Composition, Bark couldn't exist or would have no meaning without the Dog object (Assuming that no other Animals bark) Does that help?

  • @derekbanas
    @derekbanas  12 років тому

    You are correct. I'm sorry if I didn't make that clear. I think I got a bit tongue tied and I went back and revisited association arrows to correct any misunderstanding in the next few tutorials. Thanks for pointing that out :)

  • @ethanwasme4307
    @ethanwasme4307 Рік тому

    I remember going through your java tutorials over 10-15 years ago as a teen... now I'm a plumber who makes video games at a high level in their spare time lol

  • @derekbanas
    @derekbanas  12 років тому +1

    On occasion I make typos. I'm glad you liked the video regardless :)

  • @derekbanas
    @derekbanas  11 років тому

    Thank you :) - is private, # is protected, + is public

  • @derekbanas
    @derekbanas  11 років тому

    Thank you :) I do my best to put as much information into each video as possible.

  • @mohamedsalah-op6ms
    @mohamedsalah-op6ms 5 років тому

    Hello Derek
    I am taking course On object oriented design from Alberta university (from Canada ) and there is some points are different
    1- association is just when object is a parameter to method in other object class and in uml is just line (not doted line as in video)
    2- aggregation is different a way from composition in code that aggregation is when u have something like array of the object of other class (and this array may have objects or may null) but in composition the object u use from other class need to be used every time u use this object (that can happen when u declare that object in yr constructor )

    • @derekbanas
      @derekbanas  5 років тому +1

      Thanks for the input. Yes I messed up the dotted line by accident

    • @mohamedsalah-op6ms
      @mohamedsalah-op6ms 5 років тому

      @@derekbanas I appreciate so much your reply after 7 years from creating your video
      I learnt a lot from yr channel
      thanks a lot

    • @derekbanas
      @derekbanas  5 років тому +1

      Thank you :) I love talking with everyone

  • @derekbanas
    @derekbanas  11 років тому

    I'm glad you found it useful. You're very welcome :)

  • @derekbanas
    @derekbanas  12 років тому

    Thank you :) I do my best to make everything understandable. I have one more video on the syntax of UML and then I'll get into using them in real world applications

  • @HFOfficial
    @HFOfficial 11 років тому

    You're a better teacher than my Object Oriented Development lecturer in uni. Thanks a million!

  • @derekbanas
    @derekbanas  12 років тому

    You're very welcome :) Thank you for taking the time to tell me the videos have helped

  • @alexkiany
    @alexkiany 11 років тому

    It will be so kind of you if you initiate it not too late. As I am into objective c now a days just a beginner. Right now following lectures from stanford university on youtube but I am sure I will understand much more if you will deliver your lectures. May the CREATOR of all mankind bless your service.

  • @PeterKelley
    @PeterKelley 9 років тому +30

    at 14:00 the generalisation (inheritance) arrow goes in the wrong direction.

    • @derekbanas
      @derekbanas  9 років тому +9

      Peter Kelley Sorry about that error

  • @c3cris2
    @c3cris2 7 років тому

    Great video, literally got me going for a project at work, but your soothing voice almost put me asleep here at work too!

    • @derekbanas
      @derekbanas  7 років тому

      Thank you :) Sorry for making you tired

  • @memorypalacetemplates
    @memorypalacetemplates 10 років тому +8

    You put me in a total stupor with your Dog and Breen diagram. Composition relationship is drawn with a solid diamond. Just put an annotation at that point and yup, hammered down, everything will be fine. Other than that, good job!

  • @Mladenac
    @Mladenac 11 років тому

    Diagram at 14:30 says that Animal extends Dog
    I believe that you wanted to put it diffeently.
    And some slide before you put abstract class Animal below Dog.
    It was correct notation, but I believe it's more readable if abstracts are above inherited classes

  • @Dizintegrator
    @Dizintegrator 2 роки тому

    14:06 The arrow is facing the wrong way :)
    With interfaces, the arrow is from Animal to Dog (which is wrong), whilst it with Inheritance at 11:23 the arrow is from Dog to Animal (which is right).
    (Took me 30 mins to figure out, but hey...)

  • @patrasculucian2403
    @patrasculucian2403 6 років тому

    Aggregation:
    Bee--------Swarm
    A Bee CAN exist without a Swarm
    Composition:
    Swarm-----------◀▶ Bee
    A Swarm CAN'T exist without any Bee

  • @Advancing_Terry
    @Advancing_Terry 12 років тому

    Hi Derek, I just wanted to thank you! I have really been struggling with some of the concepts of OOAD and your videos are really helping. Thanks

  • @derekbanas
    @derekbanas  11 років тому

    I made a little error there. Sorry about that. Yes you should definitely make videos. There are a ton of requests I get that I just don't have time to cover.

  • @derekbanas
    @derekbanas  11 років тому +1

    Sorry about that error. I have all the Umlet files available for download on this page newthinktank. com/videos/uml-video-tutorial/

  • @derekbanas
    @derekbanas  11 років тому

    Sorry I made a little error.

  • @fridolin1976
    @fridolin1976 10 років тому +14

    At 14:53 the arrow between abstract class and inheritance class points to the wrong direction or am I wrong?

    • @Didi-bz6kt
      @Didi-bz6kt 4 роки тому

      No you are right, it seems like it's the opposite ( it's wrong )

  • @derekbanas
    @derekbanas  11 років тому

    I'll have to take a look. Thanks for pointing that out

  • @derekbanas
    @derekbanas  11 років тому +1

    Спасибо. Я делаю лучшее, что я могу. Я рад, что вам нравится видео.

  • @derekbanas
    @derekbanas  11 років тому

    Thank you :) It is very nice of you to say that

  • @ecruzhe
    @ecruzhe 11 років тому

    Don't know if anybody said this already but I think you've got the arrow pointing the other way around on 14:02
    Really enjoying your tutorials, btw. Planning on making my own once I feel prepared enough.

  • @derekbanas
    @derekbanas  11 років тому

    Thank you very much for the nice message :) Ill cover obj c and iDevice programming after I cover android. I'll cover it with the same detail I did with java

  • @alexkiany
    @alexkiany 11 років тому

    Your video has cleared much of the concepts I was fearing of. However I anticipate that would be a great service from you and help if you upload objective c programming tutorials. I love your voice pitch and clarity you use to simplify things. If possible plz bring your lectures in detail about OBJECTIVE C programming step by step.

  • @derekbanas
    @derekbanas  11 років тому

    Thank you :) You are correct it is omitting it normally means that it doesn't matter

  • @silvioesilvanice
    @silvioesilvanice 10 років тому

    Iam brazilian and I've been enjoying all of your tutorials. I hope I learn how to programm as soon

    • @derekbanas
      @derekbanas  10 років тому

      Silvio da silva Thank you :) Hello Brazil!

  • @erhanc3395
    @erhanc3395 10 років тому

    Taught me more in this video than the lecturer taught me in 1 year

    • @derekbanas
      @derekbanas  10 років тому

      Turkish Gamer I'm glad I could help :)

  • @snappywho666
    @snappywho666 7 років тому

    never studied this lesson before and my exams are in 2- days...already watched 3 videos and from full stress mode I went to zero stress mode

    • @derekbanas
      @derekbanas  7 років тому

      That's great :) Best of luck on your exam

    • @snappywho666
      @snappywho666 7 років тому

      thank you mate!! :)

    • @KamiK4ze
      @KamiK4ze 6 років тому

      howd it go?

  • @frostypawsgaming1338
    @frostypawsgaming1338 8 років тому +7

    You actually have aggregation and composition mis-matched. From what I was thought composition has a solid diamond while aggregation doesn't this is a very strange example because it's using both. If you're trying to demonstrate both I think in theory it breaks the composition definition. And the composition is more opinionated. But if the whole dog is destroyed the part breed isn't... What are you getting at here? Kind of bad confusing example. Ambiguity error please use the scope resolution operator :: lol

    • @ottol5032
      @ottol5032 8 років тому

      What are you getting at here? In composition the life cycle of the part class is dependant on the whole class. He is right about the diamonds as well. The part breed is destroyed if it is composition but not if it is aggregation. I like not this comment.

    • @RoyalDog214
      @RoyalDog214 7 років тому

      Actually, you're wrong and Kristopher is right.

  • @derekbanas
    @derekbanas  11 років тому

    Thank you :) I edit the videos with iMovie

  • @derekbanas
    @derekbanas  11 років тому

    Thank you :) Im using UmLet

  • @777Jimihendrix
    @777Jimihendrix 8 років тому

    You are just awesome to listen to and learn from. You have a good skill and thank you sir for sharing your knowledge. Kudos to you! Final exam tomorrow *fingers not even crossed, just ready*

    • @derekbanas
      @derekbanas  8 років тому

      +777Jimihendrix Thank you for the compliment :) Best of luck on your exam!

  • @doymam2859
    @doymam2859 8 років тому

    I seem to understand more from your video than my 4 hour-lecture class on Java.

    • @derekbanas
      @derekbanas  8 років тому

      +Randy Mam I'm happy that I could help :)

  • @codemasterz6074
    @codemasterz6074 8 років тому

    fantastic classes. man you are gifted to teach. congrats. one advice, put the number of lecture in the title. I`m just going back and forth to see which one is the next lecture. other than that.. man I wish I had you as my teacher.

    • @derekbanas
      @derekbanas  8 років тому +1

      Thank you for the nice compliment :) I'll see what I can do about the titles

  • @derekbanas
    @derekbanas  11 років тому

    You're welcome :)

  • @derekbanas
    @derekbanas  11 років тому +1

    The presentation software I use is called keynote

  • @pokfinner
    @pokfinner 9 років тому

    THANK YOU SO MUCH FOR MAKING ME PASS MY EXAMS SIR. C++, C, java, diagram, i love you so much. keep up with the good work! :D

  • @derekbanas
    @derekbanas  11 років тому

    You're very welcome :)

  • @derekbanas
    @derekbanas  11 років тому

    Thank you very much :) Ill see if I can post the whole file so you can open it and output in any format tomorrow

  • @TheDonkeyman45
    @TheDonkeyman45 12 років тому

    The composite arrow should be filled and the one with aggregation should be left unfilled. Good clip tough!!!

  • @CherryPauper
    @CherryPauper 7 років тому +2

    Would have been more helpful if you just used an example to tie all these concepts together.

  • @derekbanas
    @derekbanas  11 років тому

    I misspoke. Sorry about that

  • @TheRyanFellow
    @TheRyanFellow 11 років тому

    I'm sure someone has said this, but the inheritance arrow on abstract classes is backwards from when you introduced them.
    Also, why no cheat sheet for this one? I'm printing them all out for my cube but was sad not to find one for class diagrams...
    Excellent tutorials by the way. Excellent.

  • @arjungoalset8442
    @arjungoalset8442 11 років тому

    great video! i pretty much took all the notes and took me more than 1 hrs to go through them :)

  • @derekbanas
    @derekbanas  11 років тому +1

    You're very welcome :) I show on this picture what most of the arrows mean. newthinktank. com/wp-content/uploads/2012/12/UML-Domain-Model. png
    I hope that helps clear anything up

  • @spacepod100
    @spacepod100 12 років тому

    Derek... you absolute legend... I salute you sir!

  • @leephahladira865
    @leephahladira865 11 років тому

    I'm sure u get this alot from people, but you are just simply the best. Do you have videos on other languages too.? just incase i might need them in future. Thanks again. your videos are great .:-)

  • @oldskoolloner
    @oldskoolloner 11 років тому +7

    Great Vids on the UML series making great use of them. In the first 5secs of this vid you sound like Joe Swanson off family guy.

    • @derekbanas
      @derekbanas  11 років тому +6

      That's funny :) I'm glad you found them useful.

  • @sigillumdei887
    @sigillumdei887 6 років тому

    @14:00 The arrow should be in reverse. Dog should point to Animal. At work in the first week I made over and over this mistake to point a base class to a inherited one when software concepts were presented (this is natural human thinking) this is why mistakes appear. Finally I was able to correct that thinking as upper class derives the base class.

  • @armando.aleandroestrada844
    @armando.aleandroestrada844 11 років тому +1

    Great Videos!! Very Helpful and well structured.
    But, next time you make a playlist, could you number the videos (it helps to find the following video if you are watching it outside the playlist)??
    Thanks for all your efforts!!!

  • @qwe123727
    @qwe123727 9 років тому

    Hello Derek, this is one good example of abstraction. 1) using java class codereview.stackexchange.com/questions/83387/building-data-abstraction-for-line-segments-using-type-abstraction
    2) using python function objects
    codereview.stackexchange.com/questions/83626/building-data-abstraction-and-adt-for-rectangle-using-objects

  • @ollehbudiak7150
    @ollehbudiak7150 12 років тому

    Hi Derek,
    It seems a typo.
    The arrow should point from class Dog to abstract class Animal. Also it should be a dashed arrow.
    Best regards and thanks.

  • @rock2050
    @rock2050 5 років тому

    I love your videos and contents ! I am currently going through UML stuffs. I thought if you could make a video on when to use each of these diagrams and how it is useful that would be great !!! Thanks and appreciate all your work :)

  • @rashedazad
    @rashedazad 8 років тому

    Thank you very much.. During watching the video I had a feeling like if there was a simple example with c++ or other programming languages it would be much clearer.

    • @derekbanas
      @derekbanas  8 років тому

      I'm glad I could help :) Maybe I can do that in my future C++ tutorial

    • @rashedazad
      @rashedazad 8 років тому

      Thanks to you.. :) The effort you have given is well spend for sure.. :D

  • @zoij3118
    @zoij3118 11 років тому

    Really handy video for getting my head around these concepts, thanks!

  • @hardcore0481
    @hardcore0481 8 років тому

    Great video man! I'm a CS major and you've really helped me grasp these concepts!

    • @derekbanas
      @derekbanas  8 років тому

      +Jamie Jackson Thank you :) I'm glad I could help

  • @YoungKrieger
    @YoungKrieger 11 років тому

    I've used this kind of diagrams on C# before, still haven't used any on Java, but I would guess they are similar.
    My questions is: are class diagrams the only build in (or added with plugin) kind of UML diagrams in the popular programming languages like Java, C# etc.
    And where are the other type of diagrams (like the others in this playlist) usually used?
    I would guess software architects and "plan makers" in non-IT jobs as well. And also one can do it for himself, with a paper and pencil

  • @derekbanas
    @derekbanas  11 років тому

    Sorry, but I don't have them

  • @derekbanas
    @derekbanas  11 років тому

    Joe Swanson is on duty to serve :)

  • @MK-uy6ks
    @MK-uy6ks 9 років тому

    You sir, are the real MVP...

    • @derekbanas
      @derekbanas  9 років тому

      +Mo Gaucho Thank you :) I appreciate that

  • @derekbanas
    @derekbanas  12 років тому

    Thank you very much :) I do my best

  • @BlckZachMorris
    @BlckZachMorris 9 років тому

    Love the video it is helping me complete an assignment as we speak. Do you have a video that uses a class diagram and goes to the code that would really be helpful!!!

    • @derekbanas
      @derekbanas  9 років тому

      Zachary Harris Thank you :) Check out my object oriented design tutorial for that ua-cam.com/video/fJW65Wo7IHI/v-deo.html

  • @derekbanas
    @derekbanas  12 років тому

    In my tutorial JAVA VIDEO TUTORIAL 53 I show you how to rotate polygons which include every shape :) I hope that helps

  • @Katyna780
    @Katyna780 12 років тому

    I notice that around 14:43 you mentioned that dog is a subclass of animal and having an arrow head pointing at Dog class. Now when you mentioned at 11:29 that a subclass name Dog is created from the animal superclass and having the arrowhead pointing to the Animal superclass. Other than that I will give a like. Cool stuff !!

  • @qwe123727
    @qwe123727 9 років тому

    Abstraction is nothing but creating barrier between representation of data and usage of data.