Advanced Web Programming MCQs
1) The .Net framework is a revolutionary platform that helps you to write the following types of applications. a) Windows applications b) Web applications c) Web services d) All of These And: D 2) Built-in reference types are: a) object b) dynamic c) string d) All of these Ans: D 3) In C#, type casting has two forms. a) Implicit b) Explicit c) both A & B d) None of these Ans: B 4) ______________ is defined 'as the process of enclosing one or more items within a physical or logical package'. a) Encapsulation b) Inheritance c) abstraction d) polymorphism Ans: A 5) An access specifier defines the ______________ of a class member. a) scope b) visibility c) scope and visibility d) None of these Ans: B 6) The __________keyword is used for creating a structure. a) class b) interface c) struct d) package Ans: C 7) __________...