Can we create instance for Abstract class?
Answer Posted / kannan
its not possible
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
List the 5 different access modifiers in c#?
What is the difference between namespace and class?
Tell me the difference between value passing and address passing?
What are Indexers in C#?
What is the max value of int32 in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is view model in c#?
What is an enumerator in c#?
What exactly happens when we debug and build the program?
What is dictionary and hashtable in c#?
What is an array of arrays called?
What is the base class in .net from which all the classes are derived from?
What is the difference between list and ilist in c#?
Are all methods virtual in c#?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?