ASP.Net Interview Questions and Answers – Part8
71. What is check/uncheck? checked: used to enable overflow checking for arithmetic and conversion functions. unchecked: used to disable overflow checking for arithmetic and conversion functions 72. What is the use of base keyword? Tell me a practical example for base keyword’s usage? The base keyword is used to access members of the base class
more..