MCQOPTIONS
Saved Bookmarks
| 1. |
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. |
| Answer» E. | |