InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by generic class in C#? |
|
Answer» This CLASS is USED for creating classes or objects that do not contain a specific data type. This kind of data type is assigned during the RUNTIME. |
|