Answer Posted / ilangkumaran
abstract class is class which has abstractmethods and
definition only there has been no implementation.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is difference between const and static in c#?
What is the difference while using directive vs using statement ?
Is array ienumerable c#?
What are the 2 types of data types available in c#?
What is multithreading with .net?
How big is a float?
How is a string immutable?
Why can't we use a static class instead of singleton?
write a C# Program add two matrix ?
What is the difference between final finally and finalize in c#?
Which string method is used for concatenation of two strings in c#?
Are structs value types c#?
What is delegates in c# and uses of delegates?
Is c sharp free?
When To use HashTable In C#