Answer Posted / ashwini
It is a class which contains at least one abstract method
(A method without any implementation). Other methods can
have implementations. This class can not be instantiated.
It can always become a base class for other classes.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do you retrieve the customized properties of a .net application from xml .config file?
Explain about Visual basic.NET culture?
Explain an assembly and its use?
What is the size of .net object?
Tell me which namespace are used for accessing the data?
List the two main parts of .net?
What is an arraylist?
What keyword is used to accept a variable number of parameter in a method?
What is an application domain? how they get created?
How many ways the function can return values?
What is strong typing and weak typing?
What do you mean by option strict on?
What is vb.net used for?
what is commom language runtime?
What do you mean by serialization and deserialization and it's use.