What is the difference between class and abstract class?
Answer Posted / srinivas dumpeti
Class is a set of objects and instances
where as abstract class in that their is no declaration,and
that can be inherit to dervied class that is known as
concrete methods..
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a event in c#?
What is the difference between wrapper class and primitive?
Can we call server-side code (c# or vb.net code) from javascript?
What is a method signature in c#?
Explain About disco and uddi
What are cshtml files?
can you declare an override method to be static if the original method is not static?
Which is faster dictionary or hashtable?
what is the syntax to inherit from a class in c#?
Does c# support multiple inheritance (mi)?
Why to use “using” in c#?
In a site to turn off cookies for one page which method is followed?
What is multithreading with .net?
What is final keyword in c#?
Can we set image Source dynamically using C# in WPF application?