What are the keywords used to pass parameters to
the base class and how do I invoke other constructors.
Answer Posted / varish
Class Base
{
Base(int i)
{
}
}
class child
{
child(int i):base(i)
{
}
}
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Define delay signing?
What is the difference between and xml documentation tag?
Differentiate between object pooling and connection pooling in c#?
Does c# have functions?
Can we change static value in c#?
Define Virtual folder?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Are classes passed by reference in c#?
Can delegates be used as callbacks?
Why abstract class can not be instantiated?
What is datacontract in c#?
What is the use of oops in c#?
What is difference between float and integer?
Why data types are important?
What issues can be faced while delivering code?