How object assignment works by default in C++, including an explanation as to why object assignment may cause problems if the object member variables include pointers to dynamically allocated data. Source code: https://github.com/portfoliocourses/cplusplus-example-code/blob/main/object_assignment.cpp. Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!