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
Distinguish between array and arraylist in c#?
Why do we need properties in c#?
What is the purpose of c#?
What is sqldatareader c#?
What is form feed in c#?
What is a delegate? How can it works?
Does c# have its own class library?
Does c# provide copy constructor?
What is the difference between Singleton design pattern and Factory design pattern?
Which is faster dictionary or hashtable?
What does writeline mean?
What is c# most used for?
Can we change static value in c#?
Is stringbuilder faster than string concatenation c#?
Why we use get and set method in c#?