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
How string definitions will prevent escaping on backslashes in C#?
For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever focus of listbox changes selected value of combobox also get change or vice versa. what to be done to avoid this. According to requirement we cannot make different datasouce.
What is the difference between ref & out parameters in c#?
How?s method overriding different from overloading?
What is difference between write and writeline in c#?
List the difference between the virtual method and the abstract method?
What is the purpose of reserved word using in c#?
What do you mean by generic class in c#?
Contrast System.String and System.Text.StringBuilder classes?
Why do we need abstract class?
Describe ado.net?
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?