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 type checking in c#?
Where static variables are stored?
How do I run managed code in a process?
What is oledbconnection c#?
Describe an interface class?
What is a partial class. Give an example?
What is difference between internal and protected internal in c#?
What is xor operation?
Can you use foreach iteration on arrays in c#?
What is the concept of strong names?
Is it possible to have a static indexer in c#? Allowed in c#.
What is difference between property and variable in c#?
Define c# i/o classes?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is static classes in c#?