Multiple Choice
What is the output of the code public class B: A { }?
A) Errors
B) It defines a class that inherits the public methods of A only
C) It defines a class that inherits all the methods of A but the private members cannot be accesse
D) D Both b and c
Correct Answer:

Verified
Correct Answer:
Verified
Q4: The RangeValidator control supports the following data
Q5: What are the basic techniques for creating
Q6: Two methods with the same name but
Q7: Can you store multiple data types in
Q8: Feature of a local variable?<br>A)It can be
Q10: int keyword targets to which .Net type?<br>A)System.Int8<br>B)System.Int16<br>C)System.Int32<br>D)System.Int64
Q11: Which of the following can`t be used
Q12: Choose the form in which Postback occurs?<br>A)Html<br>B)Webforms<br>C)Windows<br>D)All
Q13: How to kill a user session explicitly?<br>A)Session.Close()<br>B)Session.Discard()<br>C)Session.kill()<br>D)Session.Abandon()
Q14: Different ways a method can be overloaded