Showing posts with label .net interview questions. Show all posts
Showing posts with label .net interview questions. Show all posts

Saturday, July 28, 2012

Value type polymorphism

.NET value types are objects descending from Object; but, they cannot inherit from other types. They can implement interfaces. Thus, primitives—such as Int32— can implement the IComparable interface, for example, making them comparable.

How to set PopUp Window size of current Page

window.resizeTo(iWidth, iHeight)