Can we create instance for Abstract class?
Answer Posted / deepakmodi
We can't create instance for Abstract class because its
methods are with out definitions. we can create an object
form derived class which we can use to call the methods
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What is c-sharp (c#)?
What are the collections in c#?
Explain About web methods and its various attributes
Why dictionary is used in c#?
Can namespace contain the private class?
What are the steps for creating clr trigger
How can we sort the elements of the array in descending order?
what is the default access for a class
How can you use abstract class and interface?
What are interfaces in c#?
What is asax file in c#?
what is a constructor? What is a destructor?
Does c# support try-catch-finally blocks?