employer cover photo
employer logo
employer logo

Modular Mining Systems

Part of Komatsu

Is this your company?

Modular Mining Systems interview question

What is the different between Struct and Class?

Interview Answer

Anonymous

1 Mar 2018

A structure is a value type so it is stored on the stack, but a class is a reference type and is stored on the heap.