A) In deep copy , the address of a pointer in the original is copied to a pointe
ID: 3807808 • Letter: A
Question
A) In deep copy , the address of a pointer in the original is copied to a pointer inside the copy
B) When a compiler binds an object name to a type at compile time, it is referred to as dynamic binding Part I. (20 points) True or False about general concepts Determine whethereachofthefolloming statementssteorfileForthettyoudemas false, you must explain your answer a)(5 eepoopy,theaddressofapooernteonpiscopedtonpoormadefe copy. b) (5pts)When a cooplerhadsanobgectsaetoimpermpleto, tsmsts ham boding
Explanation / Answer
b) there are 2 type of binding compile time,dynamic binding
compile time binding occur when a compiler binds an object name to a type at compile time
dynamic binding occur when a compiler not able to binds an object name to a type at compile time
so B) is false
a) it is also false because deep copy is not about copying the pointer ,but it is copying the memory that is refrenced by the pointer