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 |
Is object an int c#?
Explain the difference between proc. Sent by val and by sub?
Are attributes inherited c#?
Which of the following operations can you not perform on an ado.net dataset?
Is post back in c#?
How u call destructor and dispose methode in c#.NET
Does c# supports destructors?
Why delegates are type safe in c#?
what are the advantages of c# over vb.net?
10 Answers Choice Solutions, HCL, Practical Viva Questions,
What is string in c# net?
What is a event in c#?
What is the difference between // comments, /* */ comments and /// comments?