|
When we set out to implement a class using inheritance, we must first start with an existing class f....
|
Category:
C#
|
Date:
2/5/2010 1:49:08 PM
|
|
|
|
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
|
|
|