Classes and Objects - Programming

Q1:

Which of the following statements is correct about classes and objects in C#.NET?

A Class is a value type.

B Since objects are typically big in size, they are created on the stack.

C Objects of smaller size are created on the heap.

D Smaller objects that get created on the stack can be given names.

E Objects are always nameless.

ANS:E - Objects are always nameless.

No answer description is available. Let's discuss.