|
No, we can have only methods, properties, indexers and enums inside the interface.
|
Category:
C#
|
Date:
7/3/2010 1:54:37 PM
|
|
|
|
Static class we define when we do not want to create a object of class, all methods of static class ....
|
Category:
C#
|
Date:
7/3/2010 1:54:06 PM
|
|
|
|
1. Abstract class can contain the prototype of method and/or implementation of methods. 2. Direct o....
|
Category:
C#
|
Date:
7/3/2010 1:50:28 PM
|
|
|
|
public returntype PropertyName { get { //property implementation goes here } // Do not write the se....
|
Category:
C#
|
Date:
2/5/2010 1:51:32 PM
|
|
|
|
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
|
|
|