Answer Posted / pushparaj pentakota(anakapalli
the class which is having atleast one abstract method is called abstract class.and we can't create an object on these classes.we have to implement those methods in child class to make that as concreate class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we override main method in c#?
What is base class in c#?
How does aspect oriented programming work?
Explain about CTS?
What are reflections in c#?
How long does a loop recorder procedure take?
Does a loop recorder have to be removed?
How do you read an Excel sheet in C#?
Which debugging tools you can use in the .NET ssSDK?
What is datagrid c#?
How do I run a cshtml file?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What are c# i/o classes? What are the commonly used i/o classes?
Explain the types of Polymorphism.
What is difference between ienumerable and iqueryable in c#?