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
What is the use of 'as' Keyword in C# ?
What are some of the commonly used commands in sqlcommand?
Is visual c# free?
Is it possible to nest cfml conditional tags?
What is object type in c#?
What is the difference between namespace and class in c#?
What is the difference between gettype and typeof in c#?
Why do I get a syntax error when trying to declare a variable called checked?
Can I define a type that is an alias of another type (like typedef in c++)?
What is iqueryable in linq?
What is winforms c#?
What is cli in c#?
What does writeline mean?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is difference between new and override in c#?