Status: Tags: Links: C++ MOC
C++ Object Oriented Programming
-
new
mallocs and calls constructor- Be sure to delete in the end as it’s not local/on the stack
-
virtual is override
-
Can send through values
-
Copy constructors help create variables in parameters
Methods
https://www.w3schools.com/cpp/cpp_class_methods.asp
|
|
Constructors
- Copy constructors are called when you have a function that returns a value rather than returns a pointer
- Returning a value will require a copy as you are not trying to return the reference
|
|
Backlinks
|
|
References:
Created:: 2021-11-22 15:53