Answer Posted / rajesh
I Think they have no meaning,abstact class is nothing but
we are going to use that class in the program(we are
overcoming this class in the main program) and how it looks
like is written at the starting which we call it as
abstarct class.It will not occupy any memory unless we
create object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we create extension method for interface?
Can you inherit from a static class in c#?
What is an escape sequence? Name some string escape sequences in c#.
List down the fundamental oop concepts?
What is the use of table aliases?
Define a class and an object?
What is dbml file in c#?
How is method overriding different from overloading?
what is the Difference between the public and private ?
Distinguish between system.string and system.text.stringbuilder classes?
How do I do implement a assert?
How many bytes is an int c#?
What's the difference between a method and a procedure?
Define property in c#.net?
Explain types of comment in c# with examples