Can abstract class have private constructor c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is delegate in c# interview questions?

0 Answers  


Can non-default constructors be used with single call sao?

0 Answers  


What is the use of GC.KeepAlive Method?

0 Answers   HCL,


Is a valid int value?

0 Answers  


What is the use of static abstract class

5 Answers   Karur Vysya Bank KVB, Target,






What does async mean in c#?

0 Answers  


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,


What is a linked list c#?

0 Answers  


What is the difference between protected and protected internal?

5 Answers   Fulcrum Logic,


Is enum a value type c#?

0 Answers  


What do you mean by hashtable c#?

0 Answers  


What’s a strong name?

0 Answers  


Categories