What is the Difference between class and abstract class?
Answer Posted / dilip devagan
abstract class can be inherited but
we can not create the instance of abstract class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between static class and singleton class in c#?
What is the usage of transponders?
Enlist all the components of an ado.net framework?
What is the lock statement in c#?
Is int a struct in c#?
Can dictionary have duplicate keys c#?
What is the difference between int.parse and int.tryparse methods?
What does it mean to override a method?
Why do we use public static void main in c#?
windows c# using datagridview in edit form sql server
Can abstract class have constructor?
How do I do implement a trace and assert?
What is use of private class in c#?
Describe the ways of cleaning up objects in c#.
What is the ouput of the following program?