|
The access specifier at the class level is internal and at the method and member variable level it i....
|
Category:
C#
|
Date:
10/1/2010 11:25:31 AM
|
|
|
|
There are 5 access specifiers in C#. They are as follows:-
1. public
2. private
3. protected
4. inte....
|
Category:
C#
|
Date:
10/1/2010 11:24:31 AM
|
|
|
|
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
|
|
|