Question: MISC8 (1.5pts) Consider this simple code that protects your backyard. How many times is plant's copy constructor called? Note that similar to the case of

MISC8 (1.5pts) Consider this simple code that protects your backyard. How many times is plant's copy constructor called? Note that similar to the case of the default constructor, compilers may explicitly generate plant's copy constructor and assignment operator plant * imitater(plant & orig) l plant * tater new plant(orig); return tater int main (void) plant peashooter; plant *repeater; repeater-imitater (peashooter); return 0; O Never, but the code executes with no errors O Never, because this code has a compiler error O One time. O Twice. O Three times. MISC9 (1.5pts) How many times are all the plant constructors called in the example above? O Never, but the code executes with no errors O Never, because this code has a compiler error o one time. O Twice. O Three times
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
