DuraSoft
.NET-47
Quiz Time
•Types used by .NET languages are from?
•
•What types of objects are created on stack?
•
•What keyword is used to make it a value type?
•
•What keyword is used to make it reference type?
•
•Conversion of value type to reference type is called  ________?
•
•What executes the MSIL code in .NET ________?
•
•What are the int types in CTS __________________?
•
•What languages does C# resemble ___________?
•
•Which language has gone through major revision?
•
•What features does C# have that Java does not?
CTS
value type
struct
class
boxing
CLR
Int16, Int32, Int64
Java, C++
VB.NET
Operator overloading, enumeration