Course Content
C++ OOP
C++ OOP
Constructors and Destructors Practice
Task
Swipe to start coding
- Finish the implementation of the ResourceHolder class constructors.
- Create and implement a default constructor.
- Create and implement a constructor with parameters.
- Create and implement a copy constructor.
- Create and implement a destructor.
Solution
solution
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 9
Constructors and Destructors Practice
Task
Swipe to start coding
- Finish the implementation of the ResourceHolder class constructors.
- Create and implement a default constructor.
- Create and implement a constructor with parameters.
- Create and implement a copy constructor.
- Create and implement a destructor.
Solution
solution
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 9