---
title: "Can you declare the override method static while the original method is non-static?"  
description: "Can you declare the override method static while the original method is non-static?"  
author: "Anonymous User"  
published: 2011-04-23  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/778/can-you-declare-the-override-method-static-while-the-original-method-is-non-static  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# Can you declare the override method static while the original method is non-static?

No, you can’t, the signature of the virtual method must remain the same, only the keyword virtual is changed to keyword override.\

## Answers

### Answer by Anonymous User

No, you can’t, the signature of the virtual method must remain the same, only the keyword virtual is changed to keyword override.\


---

Original Source: https://www.mindstick.com/interview/778/can-you-declare-the-override-method-static-while-the-original-method-is-non-static

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
