Which of the folowing are correct for the Structs and Classes ?
Both are essential templates for which we can create objects.
Both structs and classes are reference types and are stored on heap .
For both struct and class, we use 'new' keyword to declare an instance.
All of the above are correct