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


Please Help Members By Posting Answers For Below Questions

Write one code example for compile time binding and one for run time binding? What is early/late binding?

783


Explain how do you debug an asp.net web application?

659


Explain the role of Garbage collector and its generations?

709


What is asp net c# corner?

1012


What is list array in c#?

637


What language is c# similar to?

694


What is private class in c#?

661


What is c# windows form application?

691


What is namespace explain with example?

616


What is the difference between ref and out parameters in c#?

679


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?

738


What is dataadapter c#?

643


What is the diff between the System.Array.CopyTo() and System.Array.Clone()?

758


What is the data provider name to connect to access database?

698


Why to use lock statement in c#?

675