What problem may occur when we copy objects without using deep-04173
What problem(s) may occur when we copy objects without using deep copy constructor?
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Mid Term - Quiz No.8.
What problem(s) may occur when we copy objects without using deep copy constructor?
Dangling pointer
Memory Leakage
System crash
All of the given