C++ CLASSES & OBJECTS explained easy 🧍

Ғылым және технология

#Objects #Oriented #programming
C++ intro to object-oriented programming tutorial example explained

Пікірлер: 23

  • @BroCodez
    @BroCodez2 жыл бұрын

    #include class Car{ public: std::string make; std::string model; int year; std::string color; void accelerate(){ std::cout

  • @edvardsauzins7041
    @edvardsauzins70417 ай бұрын

    And then Rick realized he's a c++ object and escaped the matrix 😂

  • @marxLz
    @marxLz2 жыл бұрын

    The lessons (the full course version) just pops up my news feed. I'm not here in this course series yet, but soon I'll get on to these lessons. Just finishing the javascript course. Pure like bro!!!! 👍👍👍

  • @FrederikWollert
    @FrederikWollert2 ай бұрын

    Awesome. I really liked that you made 2 examples.

  • @abishekpathak2818
    @abishekpathak28182 жыл бұрын

    thanks bro this is the best video ever seen in youtube...GOD BLESS U.you are like angle for me..keep uploading bro

  • @higiniofuentes2551
    @higiniofuentes25519 ай бұрын

    Thank you for this very useful video!

  • @Fotenks
    @Fotenks11 ай бұрын

    You are a very very good teacher and I hope your C++ vids get way more views and praise

  • @majorbangz
    @majorbangzАй бұрын

    THE LEGEND IS BACK!!!!!!!!!

  • @dandandan3675
    @dandandan3675 Жыл бұрын

    I hope you can make oop playlist in c++

  • @cyrussacay3903
    @cyrussacay39035 ай бұрын

    Need help, still confused, is it like struct but with functions?

  • @Dazza_Doo
    @Dazza_Doo Жыл бұрын

    looks like you don't have to New Up an object - is C# is making me code MORE than C++ (Egregious)

  • @Dazza_Doo
    @Dazza_Doo Жыл бұрын

    I see Constructors are coming in the next lesson 😋

  • @higiniofuentes2551
    @higiniofuentes25519 ай бұрын

    You said class is better than structs because they can have methods, well we can create functions with structs too! The difference is only the first have the methods inside? Thank you!

  • @fs7bjmc
    @fs7bjmc Жыл бұрын

    #include class Player{ public: std::string name; long double strength;//don't type long long double long double flex;//i think just don't input number below, higher than quintillion digits? std::string object; void Move(){ std::cout

  • @maazhasan2874

    @maazhasan2874

    Жыл бұрын

    good work man!!!

  • @user-hm8jk8mm3c
    @user-hm8jk8mm3c Жыл бұрын

    With you OOP is easy

  • @bakeronews1
    @bakeronews1Ай бұрын

    Rick & Morty fan 😂😂😂

  • @theorange6460
    @theorange64605 ай бұрын

    #include class Human{ public: std::string name; int age; bool isInjured; void eat(){ std::cout

  • @Vincent45678
    @Vincent456788 ай бұрын

    #include using namespace std; class school { public: //access specifier int roll; string name; char sec; void teach() { cout

  • @danaildoganov
    @danaildoganov3 ай бұрын

    #include class Dog{ public: std::string name; std::string breed; int age; void bark(){ std::cout

Келесі