Can you declare the override method static while the
original method is non-static?
Answers were Sorted based on User's Feedback
Answer / umesh
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 | 1 No |
What is the use of partial methods?
How many types of constructors are there in c#?
Is an array an object c#?
Can you instantiate an abstract class c#?
How can we insert 100 records @ a time without using for loop into the databse
write a C# Program add two matrix ?
Why would you use untrusted verification?
How to create multi-dimensional array?
What does return do in unity?
What is regex c#?
What is service contract
Explain manifest & metadata.