Object-Oriented Programming, Simplified

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025

Комментарии • 1,4 тыс.

  • @dizelvinable
    @dizelvinable 4 года назад +2840

    Finally an example of OOP without a car! Thank you!

  • @chrisaga6253
    @chrisaga6253 3 года назад +507

    1:02 Encapsulation
    3:29 Abstraction
    4:41 Inheritance
    5:27 Polymorphism

  • @PavanKumar-pn2tc
    @PavanKumar-pn2tc 2 года назад +89

    Encapsulation : grouping related variables and functions operating on them. (Reduce complexity)
    Abstraction: hiding complex data and methods from user (simple interface)
    Polymorphism: many forms .. to avoid long if else statements RENDER
    Inheritance: inherent the qualities of a code (to remove redundant code)

  • @bapple7844
    @bapple7844 4 года назад +349

    Computer scientists: "ah yes this is an implementation of polymorphism and encapsulation"
    Also Computer Scientists: "This some spaghetti code right here"

    • @cyrusrice5228
      @cyrusrice5228 6 месяцев назад +4

      Moms spaghetti, knees weak arms are heavy

    • @laelsnail5787
      @laelsnail5787 5 месяцев назад

      ​@@cyrusrice5228 ruclips.net/video/Q5HGDWlcCRs/видео.htmlsi=kYsRLEXScugmP5ml

  • @thallesaraujo7814
    @thallesaraujo7814 5 лет назад +573

    I have tried many times to understand what object oriented programming really is. This was the first successful try. Thanks and congrats for the very high quality video!

    • @danny3036
      @danny3036 5 лет назад +6

      100% Agreed - Great job Mosh Thank you.

    • @srikanthpen3250
      @srikanthpen3250 4 года назад +2

      Just go through the libraries and the namespaces used in linux code. Thats the best way to understand OOPs. When C++ compiler can covert that c code and layout into OOPs only then we can totally understand how OOPs is being handled.

    • @MeghItPretty
      @MeghItPretty 4 года назад +1

      @@srikanthpen3250 where can we learn that from? I mean what would you recommend?

    • @Lana-gi7ox
      @Lana-gi7ox 4 года назад

      100% agreed!!

    • @sagessemusic5391
      @sagessemusic5391 3 года назад

      You need to learn more about Java animation and Graphics

  • @talidan3421
    @talidan3421 5 лет назад +1830

    Memory trick: "Oops I ate A PIE"
    A - Abstraction
    P - Polymorphism
    I - Inheritance
    E - Encaspulation
    thumbs up to help someone out

  • @aroxing
    @aroxing 4 года назад +362

    For me encapsulation is not only about storing properties together and decreasing number of arguments, but what is more important it is all about HIDING implementation details and PROTECTING code from random access. At the same time abstraction is about ignoring unimportant parts of objects providing only essential interface for 'outer world'.

    • @rahulj2167
      @rahulj2167 4 года назад +30

      I learned it that way, I was a bit confused here.

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 3 года назад +13

      This video has other errors, too.

    • @thinkersandimaginers6334
      @thinkersandimaginers6334 3 года назад

      You learned from herbet schidlt book??

    • @aroxing
      @aroxing 3 года назад +1

      @@thinkersandimaginers6334 It's just from my personal experience,

    • @sudaneeinamharic5891
      @sudaneeinamharic5891 2 года назад

      you just repeated what he said

  • @zarakhaliq6163
    @zarakhaliq6163 4 года назад +17

    I just looked at so many different explanations of OOP for my interview prep including the "simple for even a child" freecodecamp explanation but this one is by far the best one! Great work. Thanks :)

  • @julianagrutzmann2223
    @julianagrutzmann2223 4 года назад +17

    What a simple and illustrative way of explaining OOP. I love your videos, Mosh. Keep up the exceptional work!

  • @georgechristovich6239
    @georgechristovich6239 3 года назад +6

    Nice work. I have no doubt that you are a competent programmer, but more importantly as a teacher, you are a gifted presenter. I usually have to watch tutorials at 1.75 - 2.0 times normal playback to keep from stabbing my eyes out. Your tutorials are actually enjoyable at normal playback speed. Thank you.

  • @paisleybunk9352
    @paisleybunk9352 6 лет назад +35

    Finally a video explaining OOP that is well organized, thorough, and applies it to real programming examples. THANK YOU.

  • @Farreach
    @Farreach 5 лет назад +30

    as a CS major who is in my Senior year.. this is a great clean & concise explanation on the basics of OOP...I came to this video for a refresher since this is material we went over my first year ....I rarely use OOP but i definitely should ..would of made my life at Uni so much easier

    • @archiewoosung5062
      @archiewoosung5062 5 лет назад +1

      "of" is not a verb

    • @debrachambers1304
      @debrachambers1304 2 года назад +1

      *have

    • @saynotoid
      @saynotoid Год назад

      "of" as in "because of" imho @@archiewoosung5062

    • @facts-ec4yi
      @facts-ec4yi 5 месяцев назад

      @@archiewoosung5062 He is smarter than u. Stop it.

    • @facts-ec4yi
      @facts-ec4yi 5 месяцев назад

      @@debrachambers1304 He is smarter than u. Stop it.

  • @shsoh6726
    @shsoh6726 4 года назад +6

    Mosh, I read lots of OOP books, you just extracted all the useful contents out of it and translated it in simple words with no jargon. Damet warm.

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 3 года назад

      But you didn't notice the glaring mistakes? The part on abstraction is about 99% wrong.

  • @mateusloubach
    @mateusloubach 3 года назад +1

    the BEST channel for programming explanation. even the easy english words are explained!

  • @FiReOaNdDeMoS2121
    @FiReOaNdDeMoS2121 5 лет назад +79

    OMG everything just clicks and makes so much sense, thank you for making this video

  • @mr.logicpants2835
    @mr.logicpants2835 Год назад +2

    Mosh is AWESOME. He was made to be a good teacher. You RULE Mosh! 😛

  • @robertstimmel1100
    @robertstimmel1100 3 года назад +9

    Great video! I am trying to teach myself C# and I really struggle to research certain things when I get stuck because I don't know the name of the concept that I need to look into. This video lays a lot of the groundwork in simple and concise terms. Thank you!!!

  • @aaronstone_9965
    @aaronstone_9965 4 года назад

    This was so needed. There's tons of material out there explaining OOP. But usually the explanation is either vague or a bit impractical. Congratulations for not beating about the Bush and yet not missing anything important.

  • @ilyakortasov2637
    @ilyakortasov2637 6 лет назад +46

    I have been Googling these concepts almost all day yesterday. Now this short video and that is it, I get it now :) I guess you made my day!!!

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 3 года назад +3

      The harsh reality is, though, that you probably don't understand from watching this video to pass an OOP exam. It takes years to get to a professional level of understanding of OOP. It's a major dedication, as opposed to something that can abstracted and encapsulated into a short video. And that's not even telling you that this video contains errors, despite the speaker's voice being very confident.

  • @Broughtvulture
    @Broughtvulture 5 лет назад +6

    This video cleared up the fog I had when it came to Object Oriented programming. Thanks man. It feels like I've broken down huge barrier.

  • @erikschiegg68
    @erikschiegg68 6 лет назад +1975

    Hey,
    if you you watch the video in double speed, you master oop in even three and a half minutes!

  • @njourawebdev
    @njourawebdev 2 года назад +1

    You just helped to understand oop after two years of university in just 7min!!!! I will blog about this in my future blog app for suree

  • @wittyhumour29
    @wittyhumour29 2 года назад +10

    Encapsulation is just not about making variables private, it is much more. It is about
    breaking up the application into different logical and organized parts. So that you can
    change one part without generally changing all the other parts. Therefore encapsulate
    the parts that vary from the parts that remain the same.

  • @stephanietucker5909
    @stephanietucker5909 11 месяцев назад

    You helped me understand OOP in minutes more than my professors did in hours of lecture. Thank you!!

  • @spaceageexp8679
    @spaceageexp8679 2 года назад +4

    I'm currently in Programming II at my college which is specifically an object oriented programming class. This video really helped me see what my current class is about. Thanks!

  • @andreisas9649
    @andreisas9649 5 лет назад +1

    This is the simplest, precise and easy to understand explanation I have found until now.

  • @sumant9189
    @sumant9189 5 лет назад +3

    My God...
    7 minutes and alot of things in detail.
    Thanks Mosh.

  • @btkcodes
    @btkcodes 3 года назад +161

    With Encapsulation: Resides Object oriented programming backbone of encapsulating data and functions into single unit called object
    With Abstraction: We reduce the impact of change in other objects
    With Inheritance: We can eliminate redundant code
    With polymorphism: We can refactor codes according to different types in simple manner

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 3 года назад +1

      You got the definition of Abstraction wrong, and your definition of Polymorphism is not quite right. You wouldn't be refactoring anything to achieve poly.

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 3 года назад

      Those aren't very good definitions, though. Your definition of abstraction is incorrect. And polymorphism can be acheived before any "refactoring".

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 3 года назад +2

      @@kcs3248 But that's not really what polymorphism is. You don't have to refactor anything, and who knows what in the world he meant by "according to different types". Types of what? One of his other definitions was also not right. Just be careful what you read if you are trying to learn OOP. There's a lot of impressive-looking videos about OOP and many of them are wrong.

  • @voodoochili12
    @voodoochili12 6 лет назад +3

    Best example of encapsulation I've ever seen, thank you

  • @ronp-eb9bh
    @ronp-eb9bh 10 месяцев назад

    Mr. Mosh, thank you for explaining Python in such a base-level common sense manner. You took a 4 hour class and summed it up better than the CISCO Network Academy that I'm going thru. Thank you so much!

  • @mehrshadsoltani1165
    @mehrshadsoltani1165 4 года назад +21

    you're insane man. i'm reaaaaaly proud of having a compatriot like you. you know our difficulties from iran. for example i can't buy your tutorials. so i will be reeeaaallly thankfull if you publish more contents with us.

  • @noo-sho8500
    @noo-sho8500 6 лет назад +2

    Finally someone explains it casually and clearly! Thanks a lot!

  • @Andrea-np3dh
    @Andrea-np3dh 6 лет назад +45

    This is the best, clearest explanation I've seen so far... Thank you!!!

  • @jak9777
    @jak9777 6 лет назад +2

    I understood more about these concepts in 7mins than 2 hours with my teacher. Thanks!

  •  6 лет назад +3

    "We can change or modify one of the methods and it will not impact the rest of the code" - famous last words ;) Class extending, sharing "this" all around the place, mutating the state - that's all the consequences of OOP and it WILL impact the whole program. Granted - it's all about the patterns. But we all know how you can end up with "Spaghetti" code even with OOP. Not to mention presented "Procedural" programming claims should be also contrasted with Functional Programming since Procedural would focus highly on imperatives rather than abstraction functions. Beginners could easily confuse Procedural with Functional at this point.
    With that being said - thanks for gr8 video :)

  • @matychp
    @matychp 5 лет назад +2

    The best explanation about the 4 pillars of OOP that I watched in my life, ty Mosh!.

  • @MrValdesbg
    @MrValdesbg 2 года назад +8

    This is the first ever video that I watch about OOP, in fact this is the first ever information I learn about the OOP. Honestly speaking - I grasped the general idea. After watching it two more times I think I understood the concepts. From a single video from the first time. Thank you, Mosh! Thank you for braking down the complex matter into easily digestible bite sized bits.

  • @niteshkumarsukumaran
    @niteshkumarsukumaran 5 лет назад +3

    Polymorphism : you gave the best example with inheritance 🔥🔥🔥 many of them will never appreciate it...

  • @matt96533
    @matt96533 3 года назад

    2.23 - "they are decoupled". This really helped my understanding. Thanks

  • @HCEveningWalk
    @HCEveningWalk 6 лет назад +181

    Wish f**king college textbooks were as short and straightforward! Thanks for the upload Mosh!

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 5 лет назад +6

      You just want things to be easier than they are. You are probably the type that is going to lie on your resume.

    • @metaparalysis3441
      @metaparalysis3441 4 года назад +2

      @tiluu you mean people that created child labour

    • @Heisenberg355
      @Heisenberg355 4 года назад +27

      @@HOWYOUDOIN884 I partly agree, but I've seen many times, that teachers and professor deepdive into very subtle details before explaining the whole picture simplified. This is not how you teach things. A video like this before getting into details would help many people understand topics way faster and better

    • @angelomartino4667
      @angelomartino4667 4 года назад +3

      @@Heisenberg355 exactly

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 3 года назад

      @@One.Zero.One101 I didn't miss the point of what the guy was saying: "College text books are too hard". OOP takes years to get good at, assuming one's brain is worthy of the challenge and the commitment. And yes, I'm tired of people lying on their resume claiming to be good at OOP, when in reality they were just intrigued by a fancy RUclips video and have just dabbled in writing classes . I saw one misuse of the word "interface", and then jumped a little past half way and found another mistake @ 4:39 (confusing abstraction with encapsulation). So as pleasing as it may appear to a newbie, they easily could walk away misinformed. It's easy to be attracted to easy material, indeed, but it's also easy to be misinformed and not realize it. That's my complaint about the majority of people who quickly fall in love with an educational video, not realizing the information is not quite right. I think people should read OOP books written by authors with well-established expertise, and not be so attracted to fancy youtube vids.

  • @santipoo5668
    @santipoo5668 Год назад

    The jazz music, the best explanations, thank you for introducing me so well roundly!

  • @matthewnaylor8792
    @matthewnaylor8792 4 года назад +7

    Mosh is just handing me a free education better than my college

  • @Александр-р3э3м
    @Александр-р3э3м 5 лет назад +1

    That's the best video I've ever seen about OOP. Here I found lot of info I coudn't find at other sources! Thank you so much!

  • @harbisetyonugroho2312
    @harbisetyonugroho2312 3 года назад +3

    Thanks, Mosh! I learned a lot! I just learned to code recently, but I am really passionate about it. I hope I can always be a better programmer over time.

  • @fnerd7518
    @fnerd7518 3 месяца назад +1

    Funny how things change, In the era of modern application development, where components and microservices dominate, procedural-style short and modular code might seem more appealing these days. It provides a practical alternative to the complexity of OOP, helping you build fast, maintainable, and scalable small modular components with less overhead. Sometimes, less really is more.

  • @leonelp9593
    @leonelp9593 5 лет назад +5

    i officially declare this as the best POO intro i ever saw in my life
    thankssss so much my friend!!

  • @JotoheKian
    @JotoheKian 4 года назад

    I don't even know why I'm watching OOP-oriented videos - I was simply searching for UE4 Blueprints tutorials, so only loosely related topic - but that was a very solid explanation. Thank you, I'm glad I've watched it.

  • @7Trident3
    @7Trident3 5 лет назад +3

    That was a lot of info to cram into 7 min. Bravo!!!!

  • @kcseanbrixd.calinao6700
    @kcseanbrixd.calinao6700 Год назад

    that was the best explanation, ive watch a lot about OOP but this is the only one that explains it well

  • @benzymatic
    @benzymatic 2 года назад +31

    Woah that DVD player metaphor is outstanding. I’ve been really struggling with wrapping my head around OOP but that metaphor really helped things click for me. Well done, and subscribed! Looking forward to checking out your python vids!

    • @clerpington_the_fifth
      @clerpington_the_fifth Год назад

      yep, you can think of the dvd player as a class, and the buttons on the dvd player as methods inside that class

    • @togfanatic3781
      @togfanatic3781 Год назад

      ​@@clerpington_the_fifth thanks but what are the properties ?

  • @hugopfeffer4175
    @hugopfeffer4175 4 года назад

    Your sketch showing object property as variables and methods as functions really sparked a light in my brain. Thanks.

  • @mccama19
    @mccama19 5 лет назад +8

    Thank you for focusing in this one topic, I've been having a hard time wrapping my head around this. Your video really helped.

  • @LenSys-AE
    @LenSys-AE 3 месяца назад +2

    Danke!

  • @ifstatementifstatement2704
    @ifstatementifstatement2704 5 лет назад +23

    Been programming for 22 years and going to try OOP for the first time. Looks like it will make my programming easier in some aspects. All this time I got away with procedural programming and my current job (programming automation) does not need me knowing OOP but I hope to get a job in software engineering, and I feel OOP is a must to master.

    • @eritert
      @eritert Год назад

      How is it going now?

  • @gregsonnawahin6251
    @gregsonnawahin6251 4 года назад +1

    To be honest, I like every tutorial of you on programming. In PNG the university dont have such a lecturer that can explain in the lectures room the way you explain in all your upload tutorial its amazing.

  • @N00B283
    @N00B283 5 лет назад +10

    This video just made me pass my exam in structured system development course at my university (y)

  • @lettechtutorials
    @lettechtutorials 10 месяцев назад

    Finally an example of OOP without a car but again with many other simple examples not advance

  • @southern_smacker
    @southern_smacker 5 лет назад +5

    Amazing... I never found such easy and to-the-point explanation of OOP Principles as Mosh described in only 7 minutes.

  • @TheSamale
    @TheSamale 2 года назад +1

    Thank's profesor, your my "STAR"

  • @kokalti
    @kokalti 5 лет назад +6

    Great video I wish I watched this before my interview. You forget these things

    • @ChrisFouadHabibifromMars
      @ChrisFouadHabibifromMars 5 лет назад

      Yeah man same, like i understand it in my head but I get nervous

    • @kak8895
      @kak8895 4 года назад

      @@ChrisFouadHabibifromMars This may be old but I'll appreciate your reply to a question if you don't mind. Do they ask questions concerning these in interviews?

  • @shiwanidembla5396
    @shiwanidembla5396 3 года назад

    woww.!! you taught me what I couldn't learn in an entire semester.

  • @tiffanymclean4
    @tiffanymclean4 5 лет назад +8

    I love your videos! There always so easy to follow and understand. This one definitely didn't disappoint!

  • @messiah2203
    @messiah2203 2 года назад

    This gave me a minor breakthrough. I can't thank you enough.

  • @geetapatil2680
    @geetapatil2680 6 лет назад +36

    Hi Mosh..
    Really your videos are smooth understandable...Thanks

  • @KeirLoire
    @KeirLoire 2 года назад

    I code pretty well with classes on C# and I know access modifiers and class responsibilities and make clean code, but I still don't understand OOP concepts. This video helped me understand it.

  • @kuyafrex480
    @kuyafrex480 6 лет назад +11

    I'm already applied these concepts in my code without even knowing the terms for that. At least now I know

  • @BaherZakhary-o6q
    @BaherZakhary-o6q Год назад +1

    Thank you for the super clear and short explanation, it has helped so much, could you explain the difference between functional and procedural programming in a similar video ?

  • @Noxxys
    @Noxxys 6 лет назад +11

    Best programming teacher I've found so far! I have a lot of his courses on Udemy.

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 5 лет назад

      Let me guess, you are a lil fucker from India that just likes to sound confident.

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 5 лет назад

      @Major Key like most Indians you don't make sense but you'd like to think your conference in what you're saying is all that matters

  • @poloska9471
    @poloska9471 6 лет назад +2

    Very grateful for your work on this clear, pleasant and informative video. I am new to programming and decided to start off by learning Python. When I began learning about it I found out it is a object-oriented language and scratched my head not understanding what that even implies... After watching this video, I can now go back to learning with clarity. Thank you! Subscribed and thumbs up!

  • @rany21
    @rany21 6 лет назад +13

    Well done. Thanks for sharing this content. Simple and easy to follow.

  • @beatrizassumcao1728
    @beatrizassumcao1728 3 года назад

    This is the best OOP explanation i've ever seen. Thank you so much for that!

  • @skilz8098
    @skilz8098 4 года назад +11

    C++ gives you all of those benefits, plus procedural when need along with lambdas, functions pointers, function objects and templates consisting of function templates, class templates, and variadic templates... but c++ also gives you the added benefit when a set of classes that are related can reference or modify internal protected or private members by labeling them as a friend. This doesn't account for the fact that C++ is a strongly typed language, and has various storage type classifiers such as static, const, mutable, inline, etc... Modern C++ also has constexpr which is a very useful precompile feature.
    Suppose you have a class called Motor this could be a nested class within a Car class, however, you might want the Motor class to be an independent class because you can have a motor in a Boat, a Bike, Train, Plane, ATV, or it can even be an electrical motor to some kind of power tool. So in this situation, your base Motor class would be complete abstract, then your VehicleMotor class would derive from that. Then your derived Vehicle class objects such as a Car would have friend access to the VehicleMotor class so that it can change its internal properties such as HorsePower, NumberOfCylinders, etc. Now the Vehicle Motor class might not be able to access the Car's private members directly but could be a friend to access its private methods or its protected members...
    This doesn't even account for the preprocessor directives and macros. Yes, many people frown upon Macros, but in some contexts and if done carefully and correctly, they can make for good text expansion and replacement. I wouldn't rely on them for setting or changing values, or passing data types around, but they can still be useful.
    With the current release of C++20 in which I do not have a current compiler as of yet, we are now being introduced to Concepts, Coroutines, Modules and more! It's just that with C++ you need to know what you are doing as C++ will allow you to write code to shoot yourself in the foot as long as it compiles and links and provided you don't have any run time errors or crashes. You can still have memory leaks, dangling pointers or references, invalid pointers, and references, etc. Other things such as out of bounds indexing or accessing memory that doesn't belong to you will cause unhandled exceptions. Knowing when to cache something into a local variable within its a specific scope or stack frame is vital compared to knowing when to put something on the heap. Dynamic programming is good in many contexts but one has to be careful, that's why the standard library is so versatile with its containers and algorithms, smart pointers, etc.
    C++ gives you almost all of the concepts of OOP without the garbage collection of C# and Java with very minimal overhead and more. It is also considered a lower layer of the high-level languages next to C and Objective C, any lower and you'd be working with ASM. It is very fast and efficient and when done correctly, the source code for the application or the program is practically invisible as modern C++ compilers are excellent at what they do and are only improving. They aren't completely perfect as they do have bugs, but they can generate object code or assembly code much better than you can! They will utilize specific operating system functionality and CPU instructions in manners that you would never think of! Their error messaging systems are becoming much better along with their linker and debugger tools.
    I've messed around with C# a little, JavaScript a little and Python but when it comes to the type of programming that I'm into doing such as 3D Graphics Rendering Engines, Hardware Emulators, Sound Processing, Compiler Design, etc. this is where languages such as C, Objective C, and C++ excel above your high-end languages.
    If you're looking to do something quick and fast such as an online interactive program for quick access and basic functionality then yes, by all means, Java, JavaScript, C#, Python and others are perfect for the job. However, when you are writing the backend, frameworks, libraries, server code, etc. that's where these languages are usually preferred.
    This is why C++ is considered a multi-paradigm language! It can still work like C, it has the ability to inline assembly blocks as their own scope within a function for optimizing loops, etc. the capabilities such as C# and Java without the overkill of the garbage collection, and it isn't restricted to have everything as a class or an object or a smart pointer behind the scenes such as seen in Python, C#, or Java. However, it is a strongly typed language which makes it a great tool to master!
    Happy Coding!

    • @muhammadshoaibmushtaq5693
      @muhammadshoaibmushtaq5693 3 года назад +1

      Bro, Wtf? You tryna scare me?

    • @skilz8098
      @skilz8098 3 года назад +1

      @@muhammadshoaibmushtaq5693 No, not at all, just pointing out some of the benefits of the language. Don't get me wrong, there are also cons, but the pros outweigh the cons by a huge advantage!

    • @muhammadshoaibmushtaq5693
      @muhammadshoaibmushtaq5693 3 года назад +3

      @@skilz8098 lol, I was just kidding. Thanks for sharing.

    • @Azul719
      @Azul719 2 года назад +1

      You just wrote a book dude haha

    • @skilz8098
      @skilz8098 2 года назад +1

      @@Azul719 It's barely a chapter. Only a few paragraphs.

  • @mustafabilalokan9482
    @mustafabilalokan9482 2 года назад +2

    Sir, you are an excellent teacher.

  • @hs_harsh
    @hs_harsh 6 лет назад +5

    This is only of the best one can find! Thank you so much. :)

  • @demon_143
    @demon_143 6 месяцев назад

    Thank you for taking this topic with a simpler method.

  • @ShunguRocks
    @ShunguRocks 3 года назад +3

    Thank you Mosh, I really enjoyed this concise and clear video. I understand what OOP is now and can’t wait to get to that topic in my learning. I have just started learning to code in Python.

  • @markdaly818
    @markdaly818 Год назад

    As somebody relearning how to code Java, Mosh's youtube releases have been invaluable.

  • @petsandpaws8906
    @petsandpaws8906 2 года назад

    I can say nothing but. Thank you for sharing your knowledge with those that want to learn programming.

  • @roopashree3545
    @roopashree3545 6 лет назад +18

    This is the best video on oops that I watched till now . Thank you Mosh. You made our life easy by showing oops s this easy to understand 👏👏

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 3 года назад

      But in reality, you couldn't watch this video and pass a test over OOP. Not to mention the mistakes in the video, where he uses the wrong word, like "abstraction", which has nothing to do with reducing impact of change. So in reality, just because this video made you feel good, you have a long road ahead of you to become an expert at OOP.

  • @mansmor7211
    @mansmor7211 Год назад

    One of the best programming abstract. Thanks Mosh

  • @SteveUrlz
    @SteveUrlz 5 лет назад +5

    Came with low expectations, but it was actually really good, tnx

  • @gabrielferrin
    @gabrielferrin 5 лет назад +1

    Other courses make it so much more complicated to explain what here has been plainly expressed. Congrats!

  • @Rachman01
    @Rachman01 5 лет назад +31

    I felt personally attacked in that intro, I have a variety of fettucine, cavipati, angelhair, bowtie and penne code thank you very much.. :D

  • @uchoatran1917
    @uchoatran1917 5 месяцев назад

    Greatest explanation I've ever watched. Thank you!

  • @FredoCorleone
    @FredoCorleone 6 лет назад +501

    Perfect for a coffee break ;)

    • @ThingEngineer
      @ThingEngineer 6 лет назад +13

      HA agreed, that's exactly what I was doing while watching this. Great video for new comers or to recap OOP basics! THX

    • @manudelmarche
      @manudelmarche 6 лет назад +12

      A coffee break that's less than 30 minutes ain't a real coffee break.

    • @daanielacosta2395
      @daanielacosta2395 6 лет назад

      Indeed

    • @denisblack9897
      @denisblack9897 5 лет назад +10

      you should relax and breath fresh air on coffee break, for fucks sake man

    • @zeevlogs4250
      @zeevlogs4250 4 года назад

      Yeah!! Similar thing happened with me

  • @ambicabanchode2581
    @ambicabanchode2581 2 года назад +1

    Never really understood these concepts until now. Thanks Mosh ! :)

  • @juliorodriguez4946
    @juliorodriguez4946 5 лет назад +3

    flawlessly explained. Thank you, Mosh.

  • @raandomplayer8589
    @raandomplayer8589 2 года назад

    5 years and still a very good explanation. Bravo!

  • @martynaskir7852
    @martynaskir7852 5 лет назад +7

    One of the best explanations about the subject. Well structured and easy to follow.

  • @ismailvittal
    @ismailvittal 6 лет назад

    Every computer science lecturer should watch and understand this video before confusing the students. Thanks Mosh Bro.

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 5 лет назад

      Let me guess, you're just another fuck head from India?

    • @johnwig285
      @johnwig285 5 лет назад

      @@HOWYOUDOIN884 oh u mean ur future bosses? 😂

  • @adeelkhan9636
    @adeelkhan9636 6 лет назад +3

    your way of teaching .....awsome man..very well explanation..!!

  • @matteokoi
    @matteokoi 5 лет назад +2

    I am Italian and that spaghetti, in the 0:55 frame, are not spaghetti. Great and clear video, thank you

  • @RaviSargam
    @RaviSargam 6 лет назад +13

    Your videos are simple to understand, you make very clearly for .net platform... Thank you for your videos👌😔🙏

    • @RaviSargam
      @RaviSargam 6 лет назад +1

      Programming with Mosh definitely bcoz you are the only RUclipsr who makes super quality videos on dot net...

    • @HOWYOUDOIN884
      @HOWYOUDOIN884 5 лет назад

      Let me guess, you are a fucker from India that just likes to agree but doesn't understand shit, and you also don't wear deodarant?

  • @AleeraLex
    @AleeraLex Год назад

    These youtube videos better than UNI classes. Thanks thanks thanks! 😍

  • @m.u.550
    @m.u.550 6 лет назад +20

    What a brilliant Video! Thank you!

  • @hasancheckman416
    @hasancheckman416 5 лет назад

    Best description among many and many text books and papers that I have read or videos I have watched. Thank you Mosh!

  • @Gamabunta24345
    @Gamabunta24345 3 года назад +11

    Encapsulation 2:00
    Abstraction 3:30
    Inheritance 4:45
    Polymorphism 5:28

  • @daedalusjones4228
    @daedalusjones4228 2 месяца назад +1

    You’re an excellent instructor. Thank you.

  • @muhammadamir4964
    @muhammadamir4964 6 лет назад +41

    Mind Opening, Informative, pactical

  • @avigarg7859
    @avigarg7859 2 года назад

    I appreciate you clarifying the idea, Mosh.