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 short in c#?
What is the difference between int16 and int32 in c#?
Explain what is the smallest unit of execution in .net?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
what is inheritance and an example in vb.net and c# of when you might use it?
Which class does the remote object has to inherit?
Why does my windows application pop up a console window every time I run it?
What is difference between write and writeline?
Explain static class members.
How do you comment in c#?
Is it possible to force garbage collector to run?
How to use delegates with events?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
How do I use the 'using' keyword with multiple objects?
What does type safety mean?