A. Dim statement is used to create a variable that represents a value type B. Data associated with a value type is allocated on the stack C. Reference types must be instantiated after declaration D. Data associated with a reference type is allocated on the stack Ans:D
A. VB Allows non-type template parameters B. VB supports explicit specialization C. VB allows the type parameters to be used as the base class for the generic type D. VB allows a generic type parameter itself to to be a generic E. VB enforces that all codes are valid for all types of parametrs Ans: E