Bhuvanesh Mohankumar
What are the differences between a class and structure?
By Bhuvanesh Mohankumar in .NET on May 08 2016
  • Bhuvanesh Mohankumar
    May, 2016 8

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

    • 1
  • Mukesh Kumar
    Sep, 2017 12

    Structure is value type while Class is reference type

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS