Answer Posted / dharmendra nonia
abstract class is a class that can not be instanciated and
abstract class contain only abstract method. it can be
inharited and the method that is declare inside the
abstract class is override by the derived class.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Does c# have a 'throws' clause?
What is the function of .IsDescendent()?
List down the commonly used types of exceptions in .net
Can you create an instance of a static class?
Does c# support #define for defining global constants?
What is a c sharp?
Is collection a data structure?
Can extension methods access private members?
What are All kind of access specifiers for a class and for methods
What is the relationship between a process, application domain, and application?
What is the difference between hashtable and dictionary in c#?
What is difference between an Structure and Class?
What are PE(Portable Executable)?
What are the uses of namespaces?
How do I create a multi language, multi file assembly?