What is the difference between class and abstract class?

Answer Posted / ajit singh

1>A Class is a collection of objects,we can create the object of a class but in case of abstract class we unable to carete the object and no decleration.
2> class can contain method and definations,abstract class having all methods abstract

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What language is c# similar to?

571


How to put assembly in gac?

614


What is threading in c# with example?

542


What is a method signature?

618


What is datarelation c#?

555






What is the use of protected in c#?

598


What does console readkey do in c#?

584


Why dataset is used in c#?

613


Can a class have multiple constructors c#?

562


If you define a user defined data type by using the class keyword, is it a value type or reference type?

592


Why delegates are type safe?

594


What is ControlBox Propertie

663


Contrast between an interface and abstract class?

630


How do you encapsulate in c#?

558


What is a long in c#?

552