Can you declare the override method static while the
original method is non-static?
Answers were Sorted based on User's Feedback
Answer / guest
No, you can?t, the signature of the virtual method must
remain the same, only the keyword virtual is changed to
keyword override.
Is This Answer Correct ? | 6 Yes | 0 No |
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 |
What is difference between throw and throws in c#?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
What is Serialization and how do we implement (in real time scenario)
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Give examples for value types?
How we can create an array with non-default values?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
Can you store strings in arrays?
Is and as in c#?
What is difference between value and reference types ?
What is the example of predicate?
Is as operator in c#?