Can you declare the override method static while the original method is non-static?
2 September 2009
939 views
No Comment
No, you can’t the signature of the virtual method must remain the same, only the keyword ‘virtual is changed to keyword override’.
Popularity: unranked [?]
Related interview questions
- How’s method overriding different from overloding?
- What is method overloading?
- What does the Keyword ‘virtual’mean in the method definition?
- What is the difference between a symbolic and an override in executing a PROC?
- A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code? – GS



(2 votes, average: 4.50 out of 5)







Leave your response!
You must be logged in to post a comment.