MCQOPTIONS
 Saved Bookmarks
				| 1. | 
                                    Which of the following statements is valid about generic procedures in C#.NET? | 
                            
| A. | All procedures in a Generic class are generic. | 
| B. | Only those procedures labeled as Generic are generic. | 
| C. | Generic procedures can take at the most one generic parameter. | 
| D. | Generic procedures must take at least one type parameter. | 
| E. | None of the above. | 
| Answer» E. None of the above. | |