Why we can't create the object of abstract class ?

Answer Posted / srikanth

If we define a class with abstract keyword then the class
will be abstract class irrespective of abstract methods(un
inplemented methods)every one know that.

While compilation compiler checks whether the class is
abstract or not? if it's abstract it gives the compilation
error...

Is This Answer Correct ?    2 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does f mean in c#?

508


In gridview in editmode if we want to display information in one combobox based on

1813


What is the use of ienumerable?

452


Can you inherit from multiple classes in c#?

451


What is difference between gridview and form view?

522






Is c# used for frontend or backend?

579


Explain the difference between private and shared assembly?

455


Why do we use threads in c#?

508


Explain use of abstract and sealed classes in c#?

457


can you create a function in c# which can accept varying number of arguments

593


Can struct inherit from class c#?

529


What is the difference between IEnumerator and IEnumerable?

673


What is an array class?

516


What is difference between class and interface in c#?

452


What is the syntax for calling an overloaded constructor within a constructor?

533