adding the poll question
This commit is contained in:
@@ -217,7 +217,7 @@ The destructor is called implicitly when an automatically-allocated object goes
|
||||
|
||||
Match up the line of code with the function that is called. Each letter is used exactly once.
|
||||
|
||||
Foo f1; a) assignment operator
|
||||
<input type="checkbox" disabled="disabled">Foo f1; a) assignment operator
|
||||
Foo\* f2; b) destructor
|
||||
f2 = new Foo(f1); c) copy constructor
|
||||
f1 = \*f2; d) default constructor
|
||||
|
||||
Reference in New Issue
Block a user