classes and objects questions

16. 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.

Answer: Option E

Explanation:

No answer description available for this question.

Scroll to Top