What is the difference between class and abstract class?
Answer Posted / naresh kumar
A class can create 'n' number of objects, but the abstract
class cannot.the abstract class inherits with base class to
use an object.
Examples:Topics Inheritance and interfaces
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write one code example for compile time binding and one for run time binding? What is early/late binding?
Explain how do you debug an asp.net web application?
Explain the role of Garbage collector and its generations?
What is asp net c# corner?
What is list array in c#?
What language is c# similar to?
What is private class in c#?
What is c# windows form application?
What is namespace explain with example?
What is the difference between ref and out parameters in c#?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is dataadapter c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is the data provider name to connect to access database?
Why to use lock statement in c#?