OOP in C++: Instantiating Objects Using Constructors
C++
| Intermediate
- 8 videos | 49m 51s
- Includes Assessment
- Earns a Badge
A constructor is a special method of a class invoked when an object of that class is created. Constructors have a fair bit of complexity, and can be chained to achieve code reuse and marked as explicit to avoid unexpected type promotions and object creation. In this course, examine the important aspects of constructor syntax, such as specifying default arguments and correctly using initialization lists. Next, learn how to chain constructors and retain most of the code functionality in one constructor. Finally, learn how constructors might be invoked automatically by the C++ runtime to create objects for method invocations. After completion of the course, you'll be able to correctly initialize variables using initialization lists, connect constructors using constructor chaining, and create structs.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseAdd default arguments to constructorsInitialize variables using initialization listsExplore finer points of initialization lists
-
Connect constructors using constructor chainingPrevent implicit type conversions using the explicit keywordCreate structs and contrast them with classesSummarize the key concepts covered in this course
IN THIS COURSE
-
1m 48s
-
7m 26s
-
9m 6s
-
5m 40s
-
8m 31s
-
9m 41s
-
4m 32s
-
3m 7s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.