Can abstract class have constructor c#?



Can abstract class have constructor c#?..

Answer / Agrita Bisht

No, an abstract class in C# cannot have a constructor because it cannot be instantiated. Only concrete classes can have constructors.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain the difference between a namespace and assembly name in .net?

1 Answers  


Is java better than c sharp?

1 Answers  


What is constructor overloading in c#?

1 Answers  


Explain streamreader/streamwriter class?

1 Answers  


Which of these statements correctly declares a two-dimensional array in c#?

1 Answers  


How to find methods of a assembly file (not using ILDASM)?

1 Answers  


Explain manifest & metadata in c#.

1 Answers  


What can you do as a .net developer?

1 Answers  


How to block a class from being inherited further?

1 Answers  


What is default value of decimal c#?

1 Answers  


Difference between StackPanel and RelativePanel ?

1 Answers   HCL,


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

1 Answers   FD, Microsoft,


Categories