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
Can an int be negative c#?
What is razor view in c#?
What is data bind in c#?
What is the difference between interface and abstract class in c#?
Define c# and list the features.
What language is arduino?
What is namespace in oops?
What is an event in c#?
What is ispostback c#?
What is type keyword in c#?
In a memory when you Box and Unbox a value-type what happens?
Can you use all access modifiers for all types?
What is the base class from which all value types are derived?
Explain concurrency with aop?
List the differences between method overriding and method overloading?