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 ? | 11 Yes | 0 No |
Answer / kishore.a
To override an method we need to explicitly mention
override keyword in the child class and virtual or abstract
keyword in base class.
Here in this case neither of the keywords are used.Hence it
is not possible..
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ashish gupta
I don think so...
even static members can not be marked as a virtual,abstract
or override.
| Is This Answer Correct ? | 5 Yes | 0 No |
List down the commonly used types of exceptions in .net
I want to print "Hello" even before main() is executed. How will you achieve that?
In object oriented programming, how would you describe encapsulation in c#?
Is stringbuilder thread safe c#?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
Why do we use dictionary in c#?
What is streamreader/streamwriter class?
What is concrete class in c# with example?
What does Dispose method do with the connection object?
Where do I put dll files?
How do you clear a list in c#?
Did a generic class can be inherited by a normal class?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)