10
Reply

What are the differences between a class and structure?

    @Mukesh Kumar : Can you delete the multiple answers in all the interview question which you have added, please add only one answer.

    Structure is value type while Class is reference type

    Structure is value type while Class is reference type

    Structure is value type while Class is reference type

    Structure is value type while Class is reference type

    Structure is value type while Class is reference type

    Structure is value type while Class is reference type

    Structure is value type while Class is reference type

    Structure is value type while Class is reference type

    classes are reference types and structs are value types.structures do not support inheritance.structures cannot have default constructor.