Can abstract class have parameterized constructor?



Can abstract class have parameterized constructor?..

Answer / Bhuvneshwar Tyagi

No, an abstract class cannot have a parameterized constructor. An abstract class can only have an implicit, no-argument constructor.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between method and function in c#?

1 Answers  


What is difference between dll and exe in c#?

1 Answers  


How to Install uninstall assemblies into GAC?

1 Answers   CitiusTech,


What is icomparer in c#?

1 Answers  


5. What properties we used to call stored procedure in C#?

2 Answers   Mphasis,


What is keywords in c#?

1 Answers  


How to prevent the error while updating ui control from another thread?

1 Answers  


There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 Answers   HCL,


Explain when should you call the garbage collector in .net?

1 Answers  


What is the difference between int16 and int32 in c#?

1 Answers  


What is the raise event used for?

1 Answers   Wipro,


What is the symbol used for in c#?

1 Answers  


Categories