Answerkey:
I.Choose the bestanswer:
1.a)Relational
2.d)Explicittype conversion.
3.c)SealedClass
4.c)returnvalue
5.a)AbstractClass
II.Answerthe followingQuestionsinone ortwosentences:
1.Data typesinC#:
Int,float,char,double,decimal,uint,short,[any4]
2.Use Of ‘alias’:
3.Difference betweenbreakandcontinue:
4.Typesof errors:
 Compile time errors.
 Run time errors.
5.Syntax for Elseif Ladder:
If(Condition1)
{
//statements
}
Else if(Condition2)
{
//statements
}
Else
{
//statements
}
III.Answerthe followingQuestionsindetail
1.Typesof Operators:

Answer key1fer