What are the keywords used to pass parameters to
the base class and how do I invoke other constructors.
Answer Posted / ram
Class Base
{
Base(int i)
{
}
}
class child
{
child(int i):Base(i)
{
}
}
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
If you want to write your own dot net language, what steps you will u take care?
How do I calculate relative time?
What is managed code?
Why is main static in c#?
Why delegates are type safe in c#?
who is a protected class-level variable available to?
What is the process of Serialization?
What is delimiter in c#?
Can we create extension method for interface?
What is the root element of an xml file?
What is the keyword used to prevent a class from being inherited by another class?
What is jagged array in c#?
What is a linked list c#?
What is the difference between internal and private in c#?
Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!