|
By using Abstract classes/functions.
|
Category:
C#
|
Date:
2/5/2010 1:47:04 PM
|
|
|
|
The "out" keyword causes arguments to be passed by reference. This is similar to the ref k....
|
Category:
C#
|
Date:
12/5/2009 12:09:31 AM
|
|
|
|
The main difference between Close() and Dispose() method is, when Close() method is called, any mana....
|
Category:
C#
|
Date:
12/4/2009 11:14:47 PM
|
|
|
|
C# does not support multiple inheritance. But C# allows to implement multiple inheritence using inte....
|
Category:
C#
|
Date:
11/30/2009 2:36:09 PM
|
|
|
|
When a virtual method is called on an object reference, the actual type of that object is used to de....
|
Category:
C#
|
Date:
11/30/2009 4:45:28 AM
|
|
|