Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Classes and Objects
Which of the following statements is correct about classes and objects in C#.NET?
Class is a value type.
Since objects are typically big in size, they are created on the stack.
Objects of smaller size are created on the heap.
Smaller objects that get created on the stack can be given names.
Objects are always nameless.
Show Answer
Correct Answer:
Objects are always nameless.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment