if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?


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

Post New Answer

More C Sharp Interview Questions

What is toint32 c#?

0 Answers  


What is inumerable?

0 Answers  


What is disconnected data architecture in c#?

0 Answers  


Give 2 scenarios where static constructors can be used?

0 Answers  


What is a template class?

0 Answers  






Is it possible to have different access modifiers on the get/set methods of a property in c#?

0 Answers  


can you declare an override method to be static if the original method is not static?

0 Answers   Siebel Systems,


What does firstordefault mean in c#?

0 Answers  


What is object array in c#?

0 Answers  


What is the difference between list and ilist in c#?

0 Answers  


int a = '3' + '4'; char n = (char)a; What will be answer of n?

4 Answers  


What is sorting in c#?

0 Answers  


Categories