Need a constructor for high-performance responsive native applications on Windows, Android, iOS, macOS and Linux? Did you know that Embarcadero’s Delphi, C++Builder and RAD Studio IDEs enable more than three million independent developers and enterprise development teams to quickly compile native code for multiple platforms while enabling unprecedented productivity with powerful code completion, and enhanced parallel processing on modern multi-core CPUs? Now that you know, what are you waiting for? Try Embarcadero today!
C++ isnt an exception here, functions are objects. Objects are anything that is based on some form of class. Like a variable is an object, just like functions (and probably also enums (along with other types)). And then a class is just something that describes what the object will look like. So to make an example, its the string class that defines how every string you create with "std::string your_string" should behave and how you can interact with it, what functions/methods it contains etc. Your "std::string your_string" is in this case an object. Same thing goes for functions.
I'm your student from very beginning. What I know about programming today is due to you only. Love from India.
Best luck to you! I’m also aiming to be a c++ programmer p, and I will also try my best
Very well explained! Thanks for the great content!
Intro complete. Boom
OMG, I am looking for this simple strong information 2 years ago, boss you are amazing
Need a constructor for high-performance responsive native applications on Windows, Android, iOS, macOS and Linux? Did you know that Embarcadero’s Delphi, C++Builder and RAD Studio IDEs enable more than three million independent developers and enterprise development teams to quickly compile native code for multiple platforms while enabling unprecedented productivity with powerful code completion, and enhanced parallel processing on modern multi-core CPUs? Now that you know, what are you waiting for? Try Embarcadero today!
well explained
Amazing video, thanks!!!
Wish my professor could explain things like this
Do videos on COBOL and Fortran! You've been a Godsend, btw.
What is the difference btw between an object and a function?
Really?
Good question. In many languages, functions are first class objects. No idea about c++ though.
C++ isnt an exception here, functions are objects.
Objects are anything that is based on some form of class. Like a variable is an object, just like functions (and probably also enums (along with other types)). And then a class is just something that describes what the object will look like.
So to make an example, its the string class that defines how every string you create with "std::string your_string" should behave and how you can interact with it, what functions/methods it contains etc. Your "std::string your_string" is in this case an object.
Same thing goes for functions.
"It's strong and independent."
Didn't know functions were feminists.
Why would you use a “black board” ????
I had to turn off your video because of it. Pure pain :((((( you are good at explaining though
I actually rather enjoy seeing things demonstrated on a chalkboard from time to time. Though I do usually prefer a whiteboard as well...