C++ CLASSES & OBJECTS explained easy 🧍

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

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

  • @BroCodez
    @BroCodez  2 ปีที่แล้ว +27

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

  • @edvardsauzins7041
    @edvardsauzins7041 ปีที่แล้ว +94

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

    • @ASTROLOMEGA
      @ASTROLOMEGA หลายเดือนก่อน +1

      Haahahhaah funny

  • @fotenks
    @fotenks ปีที่แล้ว +14

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

  • @marxLz
    @marxLz 2 ปีที่แล้ว +9

    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
    @FrederikWollert 9 หลายเดือนก่อน +4

    Awesome. I really liked that you made 2 examples.

  • @siddhitasethmadan6388
    @siddhitasethmadan6388 5 หลายเดือนก่อน +5

    By default the members in structures are public. But in classes by default members are private.

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

    Thank you for this very useful video!

  • @Test-m3i8d
    @Test-m3i8d หลายเดือนก่อน

    Perfect explanation and also nice, clear voice - easy to understand for a not-english-man like me. Thanks a lot!!!😀

  • @Benjamin-cx6xb
    @Benjamin-cx6xb 2 หลายเดือนก่อน +1

    Real Bro right there. Thanks Rick!

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

    I hope you can make oop playlist in c++

  • @abishekpathak2818
    @abishekpathak2818 2 ปีที่แล้ว

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

  • @unruly_ronin
    @unruly_ronin 2 หลายเดือนก่อน +1

    Smooth and to the point as usual. Common Bro Code W

  • @AsvinThakur391
    @AsvinThakur391 2 หลายเดือนก่อน

    Hey Brocade , just wanted to notify you a error not actually so it's error in age where compiler instead of giving the age of human1.age just compiles in the form of F after compilation and I searched it on the the internet and found out that it's a Floating value so solution is just add when writing code "Human1.age="70"; " then the compiler will give 70 while compiling which is what we want !

  • @lightdrago6824
    @lightdrago6824 หลายเดือนก่อน +5

    "humans sleep right?"

  • @pythonuser-f7t
    @pythonuser-f7t 19 วันที่ผ่านมา

    i just learnt that in arduino(C++ for a microcontreller) code, if you include servo.h, you can create an object caled servo from the class Servo

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

    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!

  • @majorbangz
    @majorbangz 7 หลายเดือนก่อน +1

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

  • @cyrussacay3903
    @cyrussacay3903 11 หลายเดือนก่อน +1

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

  • @serein_11
    @serein_11 หลายเดือนก่อน

    smooth Rick and Morty reference

  • @NathanEllery
    @NathanEllery 2 วันที่ผ่านมา

    I assume you wouldn't actually code attributes into the program because practically they would be entered by a user or read from a data base?

    • @NoziexGG
      @NoziexGG 12 นาทีที่ผ่านมา

      Yes you are correct, however you will still declare the attributes but you will not assign it a value.

  • @Dazza_Doo
    @Dazza_Doo 2 ปีที่แล้ว +1

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

  • @acdc7331
    @acdc7331 26 วันที่ผ่านมา

    what about the private modifier?

  • @Dazza_Doo
    @Dazza_Doo 2 ปีที่แล้ว +1

    I see Constructors are coming in the next lesson 😋

  • @carmi-u3j
    @carmi-u3j 2 หลายเดือนก่อน

    earnd my sub!

  • @nitrobeast6629
    @nitrobeast6629 5 หลายเดือนก่อน +3

    what's the difference from classes and structs

    • @siddhitasethmadan6388
      @siddhitasethmadan6388 5 หลายเดือนก่อน +2

      By default the members in structures are public. But in classes by default members are private.

    • @tahawaseem6989
      @tahawaseem6989 2 หลายเดือนก่อน

      Structures can only have member variables where as class can also have member functions that an object can perform along with its member variables(attributes)

    • @siddhitasethmadan6388
      @siddhitasethmadan6388 2 หลายเดือนก่อน

      @@tahawaseem6989 even structures can have member functions

  • @МихаилПетров-ж2о
    @МихаилПетров-ж2о 2 ปีที่แล้ว +1

    With you OOP is easy

  • @12Jerbs
    @12Jerbs 4 หลายเดือนก่อน

    I've created the Human class, but when setting human1.name within int main(), name is highlighted red with class "Human" has no member "name". If I run the code though, it runs without error and outputs the name as expected. Any idea how to resolve this in VSCode?

  • @feedertayfa8745
    @feedertayfa8745 6 วันที่ผ่านมา

    when ı saw structs ı tougth it will be our objects. Structs can not be objects because ıt does not have any method if ı am right.

  • @HussamAljaar
    @HussamAljaar หลายเดือนก่อน

    class person{
    public:
    string name;
    int length ;
    int birth_year;
    void study()
    {
    cout

  • @theorange6460
    @theorange6460 11 หลายเดือนก่อน +1

    #include
    class Human{
    public:
    std::string name;
    int age;
    bool isInjured;

    void eat(){
    std::cout

  • @bakeronews1
    @bakeronews1 7 หลายเดือนก่อน +2

    Rick & Morty fan 😂😂😂

  • @fracciuolo
    @fracciuolo 3 หลายเดือนก่อน +1

    RICK AND MORTY MENTIONED!!????? WHAT IS A PROPER EPISODE!!??!?

  • @shricharanramesh7149
    @shricharanramesh7149 6 หลายเดือนก่อน

    Comment no 24

  • @james.smith763
    @james.smith763 3 วันที่ผ่านมา

    Should've made it a woman object instead of a human object

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

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

  • @danaildoganov
    @danaildoganov 10 หลายเดือนก่อน +2

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