Classes and Objects
Basic definition of Classes and Objects in C++, in particular :
- structures and classes in C++, methods and attributes
- UML representation of a Class
- shadowing, the
this->... and scope resolution operator ::
- internal and external definition of object's method
- instantiation and constructors, initialization section
- base, default, copy and additional constructors
Don't hesitate to checkout the Link to Lecture Slides ...