Ericsson Interview Question

What is the difference between a struct and a class

Interview Answer

Anonymous

Jul 1, 2023

Classes can contain constructor or destructor. Structure does not contain parameter less constructor or destructor, but can contain Parameterized constructor or static constructor