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
What is the main method in c#?
What is the difference between Decorator and Adapter pattern?
What is tochararray in c#?
Can I fly with a loop recorder?
What is the difference between struct and class in c#?
How do I create a delegate/multicastdelegate?
What is a clr host?
What is instantiating a class?
Can we extend sealed class in c#?
what are the differences between a class and structure
In .NET which is the smallest unit of execution?
Why do we need abstraction in c#?
What is dynamic dispatch?
What are delegates and why are they required?
what is object-oriented programming (oop) language?