If a base class has a bunch of overloaded constructors, and
an inherited class has another bunch of overloaded
constructors, can you enforce a call from an inherited
constructor to an arbitrary base constructor?
Answer Posted / vik
yes we can
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If a child class instance is created, which class constructor is called first - base class or child class?
Is string mutable in c#?
What is data binding c#?
How do I port "synchronized" functions from visual j++ to c#?
Can you create partial delegates and enumerations?
What is marshalling and what are different kinds of marshalling?
Define satellite Assembly?
What is the difference between a method and a property?
What is field in c#?
What is lastindexof c#?
When do you generally use a class over a struct?
What is static void main in c#?
Explain the difference between and xml documentation tag?
What is lazy in c#?
Is c# a technology?