---
title: "Can we override static method?"  
description: "Can we override static method?"  
author: "Royce Roy"  
published: 2015-03-31  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2379/can-we-override-static-method  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Can we override static method?

No, you can't override the static method because they are the part of class not object.

## Answers

### Answer by Anonymous User

No, you can't override the static method because they are the part of class not object.


---

Original Source: https://www.mindstick.com/interview/2379/can-we-override-static-method

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
