TY - SER AU - El-Qawasmeh, Ellas AU - Mahafzah, Basel TI - Poorly designed features of C++ constructors KW - TROUBLE SHOOTING KW - SYSTEMS DEVELOPMENT KW - OBJECT ORIENTED PROGRAMMING KW - COMPILERS KW - LANGUAGE C++ N1 - In C++, every class has at least one constructor member function, even when none is declared.1,2,3 The constructor memher of a class is a function that is called when the object is declared or dynamically allocated.4 It performs various tasks that are not visible even if there is no code written for the constructor ER -