Quiz
Here's a short quiz to test your understanding.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
How can returning const values from a function hurt performance?
A.
Returning const
values decreases the efficiency and can’t store in a variable.
B.
Returning const
values prevents the application from moving semantics and you might end up with a silent copy instead.
C.
Both A and B
1 / 6