adding the poll question
This commit is contained in:
@@ -221,7 +221,7 @@ Foo f1; &
|
|||||||
Foo\* f2; b) destructor
|
Foo\* f2; b) destructor
|
||||||
f2 = new Foo(f1); c) copy constructor
|
f2 = new Foo(f1); c) copy constructor
|
||||||
f1 = \*f2; d) default constructor
|
f1 = \*f2; d) default constructor
|
||||||
delete f2; e) none of the above
|
delete f2; e) none of the above
|
||||||
|
|
||||||
## 8.15 Leetcode Exercises
|
## 8.15 Leetcode Exercises
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user