Can you declare the override method static while the
original method is non-static?
Answer Posted / mahesh babu ummaneni
when we use virtual key word for method in base class the same thing is used under the derived class just we can change the virtual to override
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In which order the constructor is called for an inherited class?
What are the two uses of a ‘using’ statement in c#?
Explain attributes in c#?
Explain how can I get around scope problems in a try/catch?
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!!!
What is the lock statement in c#?
What is thread pooling?
List down the access modifiers available in c#?
Is it true that all c# types derive from a common base class?
Explain the difference between event and a delegate in c#?
What does it mean?
Can partial class be inherited?
What is meant by unicode characters?
Which of these statements correctly declares a two-dimensional array in c#?
Can int be null c#?