BrightChamps interview question

How is class different from structure?

Interview Answer

Anonymous

23 Sept 2021

The class is a user-defined data type that follows oops concepts whereas structure is only a user-defined datatype.