Can constructor be protected in c#?


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

Post New Answer

More C Sharp Interview Questions

What is the process of Serialization?

0 Answers  


What is use of FormBoarderStyle Propertie

0 Answers   MCN Solutions,


What?s the implicit name of the parameter that gets passed into the class? set method?

3 Answers   Visual Soft,


What is the property of class?

0 Answers   Wipro,


What is Delay Signing?

1 Answers   ACS,


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


What are cshtml files?

0 Answers  


What is int parse in c#?

0 Answers  


How does foreach loop work in c#?

0 Answers  


What is the difference between TypeOf, GetType and what are the uses of TypeOf, GetType.

2 Answers   Siemens, Syntel,


What are the differences between a class and a struct?

0 Answers  


Is comparable a functional interface?

0 Answers  


Categories