Object Oriented Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2024

ความคิดเห็น • 14

  • @probablyjustme77
    @probablyjustme77 7 ปีที่แล้ว +2

    Thanks, took me some time to find an explanation that actually explains anything. I've got no clue why people start explaining OOP with just listing basic concepts without explaining the main overarching idea and purpose. This is so ass- backwards to my-kinda-brain sort of people.

  • @G9BRF5n
    @G9BRF5n 9 ปีที่แล้ว +3

    Really helpfull for beginners, thank you!

  • @gontiletti
    @gontiletti 11 ปีที่แล้ว

    so basically, it's like making everything a class and that class can do lots so you don't have to fiddle with the constructor or class functions

  • @alexandrecervera5384
    @alexandrecervera5384 7 ปีที่แล้ว

    Como siempre un fantástico gameplay, sigue así Vegetta777

  • @AndroidOO3
    @AndroidOO3 10 ปีที่แล้ว +1

    THANK YOU!! So clear now. And quick.

  • @3trilogy
    @3trilogy 11 ปีที่แล้ว

    Terms like,"object oriented" get tossed around without anyone explaining the meaning or substance.
    Thanks!

  • @jurotech
    @jurotech 12 ปีที่แล้ว

    What's a function? What's a structure? What's a code?

  • @TamamoAi
    @TamamoAi 11 ปีที่แล้ว

    Thank you this helped me a lot.

  • @hmj8469
    @hmj8469 7 ปีที่แล้ว

    Can I assume you need to know beforehand all the methods that a class has so you can create an object correctly, and call an object's method correctly? Where is the class defined ?

    • @ghipsandrew
      @ghipsandrew 7 ปีที่แล้ว

      Without knowing the methods that are available to an object, you probably can't.

  • @mushhushshutishpak7569
    @mushhushshutishpak7569 10 ปีที่แล้ว

    what is an adage?

  • @auaisito
    @auaisito 13 ปีที่แล้ว +2

    well this sucks...

  • @francoisherrault2277
    @francoisherrault2277 8 ปีที่แล้ว

    NOT good idea to have paper as input parameter to SimplePencil. A SimplePencil instance should not know about the outside world. What you need here is a Drawing class that aggregates both a pencil (or several) and a paper.