Covariance and Contravariance

Поділитися
Вставка
  • Опубліковано 5 чер 2024
  • The intuition behind Covariance and Contravariance explained with 🍎, oranges 🍊, and cats 🐈.
    00:00 Question
    00:41 Fruit example (Covariance)
    01:14 Fruit example (Contravariance)
    02:03 UML (Covariance)
    03:24 UML (Contravariance)
    04:53 Formal definitions
    06:12 Type safety
    07:16 Robustness Principle
    08:20 Invariant list (Covariance)
    09:43 Invariant list (Contravariance)
    10:59 Invariant list (summary)
    11:44 Where to use variance
    12:57 Summary
    (Reuploaded because of a mistake in the original upload)

КОМЕНТАРІ • 86

  • @ChristopherOkhravi
    @ChristopherOkhravi  2 місяці тому +47

    Reupload because of a mistake in the previous upload. My apologies 🙏

    • @dev22221
      @dev22221 2 місяці тому +3

      i felt like deja vu :)

    • @NicolasChanCSY
      @NicolasChanCSY 2 місяці тому +4

      May I know what mistake was in the previous upload? I have watched this re-upload and it seems the same as the previous one.

    • @barisaxo
      @barisaxo 2 місяці тому +2

      @@NicolasChanCSY I would also like to know specific spots that are different

    • @ChristopherOkhravi
      @ChristopherOkhravi  2 місяці тому +16

      Notice the crazier than usual cuts at 08:02. In the old video I said “returns” instead of “takes” but it was at a very very unfortunate moment which made the explanation very confusing 😊 I figured it was better to accept the mistake and just reupload so that I do not create unnecessary confusion 😊

  • @markojovanovic8444
    @markojovanovic8444 2 місяці тому +23

    It's rare to find a YT channel that explains such content, especially in such an approachable way. Thanks a bunch! 🙏

  • @CristopherVergaraColombo1
    @CristopherVergaraColombo1 8 днів тому +1

    Este canal tiene puro oro 🪙

  • @leonpierre6810
    @leonpierre6810 2 місяці тому +17

    This was an amazing explanation of this. Especially the final part when discussing input and output portion. Great job

  • @jussiheino
    @jussiheino 19 днів тому +1

    Here's my invariant: sometimes I'd like to give a bigger thumbs-up than others. This is a good lesson! Worth re-uploading the corrected version, good stuff, can recommend.

  • @faduregis
    @faduregis 2 місяці тому +2

    This concept took me two day to understand when I was learning C#. Thanks for bringing it up, great job.

  • @uuuummm9
    @uuuummm9 2 місяці тому +1

    I guess it is much simpler to think first about functions and their input and output parameters. Everything is very intuitive there.
    When you move to classes and objects you can consider them as set of functions with their parameters and that is why it becomes important to define the direction of the Type parameter just same way as you specify it in the functions.

  • @tonnie7079
    @tonnie7079 Місяць тому

    I am a Kotlin Student and this made more sense to me than trying understanding it from ChatGPT. Thanks lots mate for the intuitive live example to sink it in!!

  • @nirmalhasposted
    @nirmalhasposted 2 місяці тому +1

    He is the Hero.. Always explain the concepts with passion and energetic which drives us to understand the concept clearly. Thank you 🎉

  • @omack47
    @omack47 2 місяці тому +2

    Christopher I am eternally grateful for the great content you have created, thanks to your videos of design patterns and thoughts of these topics I have grown a lot, hope to see you some time in Seattle!
    Saludos 🫡 master! 🙇‍♂️

  • @patrickstephen7885
    @patrickstephen7885 22 дні тому

    Your content is amazing. Great stuff

  • @StuartLoria
    @StuartLoria 2 місяці тому

    Great video Mostachón, I liked how you explained using “general” and “specific” rather than using the terms “wide” and “narrow” as some British devs I follow did

  • @shawnpaiva2347
    @shawnpaiva2347 Місяць тому

    Amazing work! Great examples and explanation!

  • @francescotaurisano8965
    @francescotaurisano8965 2 місяці тому +1

    I can say that you are one of the best that explain this abstract concept. Thanks for all the passion, you really inspired me and helped in my work. Keep going!!!

  • @tekforge
    @tekforge Місяць тому

    Wow, I loved your examples at the beginning!

  • @moawyahabdulrahman8782
    @moawyahabdulrahman8782 2 місяці тому

    My friends and I watch your videos together whenever you upload a video as such and discuss the ideas.
    We've never fully understood how generics behave before this video (whether it be in java or in C#).
    You're great man keep up the new style videos and we're waiting for the LSP sequel video.

    • @ChristopherOkhravi
      @ChristopherOkhravi  2 місяці тому

      Wow. That’s awesome. Makes me very happy to hear that 😊

  • @MenukaWeerasooriya
    @MenukaWeerasooriya 2 місяці тому

    Great one!!!

  • @bb-ln9ge
    @bb-ln9ge 2 місяці тому

    The best explanation I have even seen including MSDN why List can not be assigned to IList ! Thank you!

  • @GiovanniOrlandoi7
    @GiovanniOrlandoi7 2 місяці тому

    Great video!

  • @arteqppp6223
    @arteqppp6223 2 місяці тому

    Thanks for this video, its really confusing for not native english speaker, but its even more confusing when you try to read about this topic somewhere online! haha. Looking forward for next great videos!

  • @TheCmarques23
    @TheCmarques23 2 місяці тому

    Very well explanation. It was amazing, thank you!!

  • @DeepWorksStudios
    @DeepWorksStudios 2 місяці тому

    Thanks for sharing this valuable lesson 🎉

  • @tomlee7073
    @tomlee7073 2 місяці тому

    After all the years of watching you, I have to say I am very impressed with your determination to teach Especially when combated with the youtube comments of hatred that everyone deals with!!! Keep up the good work :) You helped me and others I recommended your channel to in my early days so thank you very much

  • @felipe2637
    @felipe2637 2 місяці тому

    You're amazing, keep up the good work!

  • @tatokutalia
    @tatokutalia 2 місяці тому

    Absolutely amazing explanation. Your content is always on top! Always easy to recomment to anyone. Thanks for the effort🎉❤

  • @nickbarton3191
    @nickbarton3191 2 місяці тому

    If I take something out of a bag of apples, I expect an apple, not an orange. If it was a bag of fruit, I might get a cherry. You should explain genetic in and out.
    I love the chopped edited videos.

  • @gummansgubbe6225
    @gummansgubbe6225 Місяць тому

    Nice.

  • @ankboss
    @ankboss 2 місяці тому

    Thank you so much for this. This is so great. Would love to see you do some type system specific videos (which caters to Functional programming) .. Once again, thanks for the great content

    • @ChristopherOkhravi
      @ChristopherOkhravi  2 місяці тому

      Thank you very much for the feedback. 😊🙏 Are you the thinking along the lines of my series on Ramda JS or more like my video on type signatures?

    • @ankboss
      @ankboss Місяць тому

      I never saw your type signatures video before. Just watching it now, and yes that's exactly the kind of videos , I would love to see. Although, this might be a niche set of topic.
      I am also watching the following videos
      ua-cam.com/play/PLA_-EWSPTJcu4i7RFCl_KeGrrz37C4_Oc.html&si=d02STCKZbOYPCGxM
      and they are good. But I was wishing you had a playlist of functional programming topics .. something like a crash course of the topics..
      ( with some book as a reference, the way you have done for your design pattern videos )
      Once again, thanks for covering interesting topics
      Good to see you uploading new content again.

  • @prasanthomanakuttan8391
    @prasanthomanakuttan8391 Місяць тому

    Earned a sub

  • @align2source
    @align2source 11 днів тому

    💚

  • @ginko3353
    @ginko3353 2 місяці тому

    Very enlightening video, I think I've a better understanding now about Producer Extends Consumer Super (PECS) rule applied in Java 😀

    • @ohm62
      @ohm62 Місяць тому

      Sorry, you lost me at “Fruit Juicer” is a subtype of “Orange Juicer” ! Nope…. Not in my world 😮

  • @andriybalitskyy4029
    @andriybalitskyy4029 2 місяці тому +2

    Thank you for video! Could you share some books about OOP, design patterns, SOLID, etc, that helped you to understand these themes.

    • @ChristopherOkhravi
      @ChristopherOkhravi  2 місяці тому +3

      Thank you for the question. In my design pattern series I recommend the following two books which are absolute classics:
      * Design Patterns: Elements of Reusable object oriented software (geni.us/PsXmo)
      * Head First: Design Patterns (geni.us/nlbA6)
      I've also got a few videos planned that will make more book recommendations with a bit more context 😊
      The design patterns playlist:
      ua-cam.com/video/v9ejT8FO-7I/v-deo.html

    • @andriybalitskyy4029
      @andriybalitskyy4029 2 місяці тому

      Thanks@@ChristopherOkhravi

    • @QuantumQuasarMedia
      @QuantumQuasarMedia 2 місяці тому

      @@ChristopherOkhraviThe geni links are not valid due to ) in the formatting

  • @user-mp9so4he4m
    @user-mp9so4he4m 2 місяці тому +5

    how come FruitJuicer is a subtype of OrangeJuicer?? 4:37

    • @ChristopherOkhravi
      @ChristopherOkhravi  2 місяці тому +6

      Think of it in terms of substitutability. If a method expects an OrangeJuicer but all you have is a FruitJuicer then you should still be able to pass it since it will always be able to juice oranges.
      A concrete example is the IComparer interface in C# which is contravariant. If you create a comparer for Fruit you can use that comparer to sort lists of Orange. Even though a list of orange wants an IComparer but all we have is an IComparer.
      Makes more sense?
      Thank you for the question.

    • @gregbell2117
      @gregbell2117 2 місяці тому +6

      @@ChristopherOkhraviI understand your explanation but am still confused - aren't subtypes usually more specific?

    • @user-mp9so4he4m
      @user-mp9so4he4m 2 місяці тому

      @@ChristopherOkhravi thank you bud you are the best !

    • @ivankudinov4153
      @ivankudinov4153 2 місяці тому

      I was confused with this as well. I hope the following would help. Keep in mind the idea of substitutability from above.
      From wiki: "A subtype is a datatype that is related to another datatype (the supertype) by some notion of substitutability". It's not always what is 'larger', the context matters.
      - in the example of covariance we talked about lists, or arrays (consider this as source or output!), it's for them Cat is a subtype of Animal, one can substitute another. An array of cats is a substitution for an array of animals, when speaking in terms of output;
      - in the example of contravariance we talked about actions, or function parameters (consider this as sink or input!), it's for them FruitJuicer is a subtype of OrangeJuicer, one can substitute another. An action of squeezing out the fruit is a substitution for an action of squeezing out the orange, when speaking in terms of input.
      P.S. I highly recommend the article on covariance and contravariance in CS on Wikipedia @@gregbell2117

    • @ohm62
      @ohm62 Місяць тому

      Yes. I am struggling with that inversion too.

  • @ghostradiogames
    @ghostradiogames 2 місяці тому

    I honestly never knew this was a thing, I guess I don't think about it, but I also don't think I've ever seen that kind of error before so maybe I just planned things well enough to avoid it. I kinda want to go see if I can break my program doing this now, just because I've never encountered it. I don't know if this is a good practice, but if I have a list of types and I don't know or expect a certain type but can't guarantee it, and I absolutely cannot avoid a situation where I don't know what I'm getting, like a list of Animals that could be Cats, then I'll embed that object with an enum like AnimalType. Then I create the object with the type during construction, and check it to be sure whatever I have is, as your example, a Cat. Anyway, I'd prefer not to have to think so much about it and just be sure I'm not going to do something to a cat that only dogs or ducks are expected to do.

  • @liquidpebbles
    @liquidpebbles 2 місяці тому

    I didn't even know there were words for these concepts.

  • @MarianoAquino
    @MarianoAquino 2 місяці тому

    great video! I'm wondering, is 'upcasting' and 'downcasting' the way to try to make arrays temporarily covariant/contravariant in runtime (risking a runtime exception)?

    • @ChristopherOkhravi
      @ChristopherOkhravi  2 місяці тому

      Close. Variance regards what is considered a subtype or something else. And if A is a subtype of B then objects of type A can safely be upcast to type B. Covariance and Contravariance regards which type can be considered a subtype of which. So it’s always about upcasting. Thanks for watching 😊

  • @odiiibo
    @odiiibo 2 місяці тому

    It sounds much like Liskov's Substitution Principle that you explained a while ago. Is it because a method as a function is actually a generic type of one type parameter? I mean 1) functions with one input and no output and 2) functions with no input and one output.

  • @bfdhtfyjhjj
    @bfdhtfyjhjj 2 місяці тому

    Are there any plans to start a series of videos about Domain Driven Design?

  • @devvorpian7255
    @devvorpian7255 Місяць тому +1

    Thanks for explanation but I have a question, if FruitJuicer overrides the method in OrangeJuicer, the interface of method must be same? But the method in fruitjuicer is taking Fruit as input but the parent method is taking Orange type as input?

    • @rinner2801
      @rinner2801 14 днів тому

      I thought the whole contravariance was that the method signatures don't have to be the same, based on the type hierarchy?

  • @akjoker79
    @akjoker79 Місяць тому

    I know this is undoubtedly the best explanation but still am confused 😂

  • @numeritos1799
    @numeritos1799 2 місяці тому

    If I understood the video correctly, Java lists could be covariant (since generic types are erased at runtime) but are still are inviariant. Do you know if there's any other reason for this?

    • @numeritos1799
      @numeritos1799 2 місяці тому

      Btw, for my programmer brain, what clicked was the explanation from 8:20 to 10:55.
      Just as feedback if you ever want to flip your explanations to be practical-then-theorical rather than theorical-then-practical. Still awesome stuff :)

    • @ChristopherOkhravi
      @ChristopherOkhravi  2 місяці тому

      Very valuable feedback. Thank you very much 🙏😊

  • @khatdubell
    @khatdubell 2 місяці тому

    The ending 😂

  • @krozaine
    @krozaine 2 місяці тому

    I have a problem statement, I will try to frame it & seems related to the video:
    My program has 2 things to do -
    i) Fetch some fruit responses from various places and
    ii) Transform each fruit responses differently into views
    Example: I bring AppleResponse and BananaResponse (extends FruitResponse) data by making different API calls (irrelevant detail)
    I now want to transform AppleResponse and BananaResponse into
    AppleView1, AppleView2 from AppleResponse & BananaView1 (extends FruitView) from BananaResponse
    I have an intermediate ResponseStore Map on FruitType { APPLE -> AppleResponse, BANANA -> BananaResponse }
    ^This is the output of Step-1 : Map

  • @FitsumWondessen
    @FitsumWondessen 2 місяці тому

    Can you do more functional programming

  • @yonishachar1887
    @yonishachar1887 2 місяці тому

    Why did you reupload this?

    • @ChristopherOkhravi
      @ChristopherOkhravi  2 місяці тому +3

      There was a mistake in the previous upload that makes it too confusing. My apologies! 🙏

    • @theOptimisticCoder
      @theOptimisticCoder 2 місяці тому

      ​@@ChristopherOkhravi
      Seems the same video to me. I watched both of them 😅

  • @othmanothman4530
    @othmanothman4530 2 місяці тому

    Ye that is too confusing
    Me *doing leonardo de caprio pointing at tv* : pssst psssst pssst yup that is me

  • @nullset11
    @nullset11 19 днів тому

    How many attempts at the orange juggle before camera perfect? 😄

  • @iliadmitriev01
    @iliadmitriev01 2 місяці тому

    5:35

  • @ianokay
    @ianokay 2 місяці тому

    Just because you're fed a sequence of Cat to start your declared list of Animals, I don't see why that doesn't allow the more generic list of Animal to accept further things than the Cats it was initialized with 🤨🤔🤔 We aren't trying to put dogs in the Cat list, we're trying to (clearly, as defined) craft an Animal list that we started from a Cat list 🤔 You say "it doesn't support all Animals", while talking about a clearly defined and declared List, so of course it does. Only the List we started our Animal sequence from, does not. 🤨 This is my confusion despite/during your explanation. Thanks!

  • @user-zp1dv4yh5e
    @user-zp1dv4yh5e 2 місяці тому

    I am not a native english speaker, can you replace some words with simpler variants

    • @ChristopherOkhravi
      @ChristopherOkhravi  2 місяці тому

      Thank you for this very important comment! It would be great if you could give examples of words that I am using that are complicated. Either way I will do my best to speak simpler in the future. Thank you again 🙏😊

  • @wjrasmussen666
    @wjrasmussen666 23 дні тому

    Bag of fruit has apples, bananas, grapes, oranges.....

  • @BangsarRia
    @BangsarRia Місяць тому

    Didn't expect an analysis of politics here. "Be conservative in what you do." "Be liberal in what you accept from others." Are you telling us that Conservatives tend to be more productive while Liberals tend to be more tolerant of others? Or am I mixing Apples and Oranges?

    • @ChristopherOkhravi
      @ChristopherOkhravi  Місяць тому

      Haha 😊 Hadn’t thought of it that way. This is a popular saying (stemming from the TCP spec if I’m not mistaken) so I should not take credit for it. Either way we are here using the terms in their literal sense. So we mean conservative as in that we should not return anything wild (meaning that we in the case of TCP should stick to the spec). And we mean liberal as in that we should be open to alternative interpretations (meaning that we in the case of TCP should allow deviations from the spec).
      Thank you for the comment and for the interesting interpretation 😊. I don’t want to get dragged into politics but my hunch would tell me that I agree with you 😊😊

    • @BangsarRia
      @BangsarRia Місяць тому

      @@ChristopherOkhravi You're agreeing with yourself which shouldn't be too surprising.
      Taking this into Game Theory, Contravariance says that it's a Zero-Sum Game ("I win - you lose") or at least "You have to do it my way", while Covariance says it's Win-Win; we can have our Orange and eat it and you can have any Fruit you want.