search
HomeJavaJavaBaseWhat is method overriding in java

What is method overriding in java

May 20, 2020 pm 04:58 PM
javamethod override

What is method overriding in java

What is method coverage?

Method overwriting is also called overwriting. Overwriting means that the subclass redefines the method of the parent class.

What should you pay attention to when rewriting?

1. The overridden method must have the same method name, parameter list and return value type as the original method (the return value type after Java SE5 can be a subtype of its type);

2. The overridden method cannot be a final type, because the final type cannot be overridden;

(Video tutorial recommendation: java video)

3. The permissions of the overridden method cannot be private, because private cannot be inherited, and inheritance is the prerequisite for rewriting;

4. The overridden method cannot be static. If the method in the parent class is static, and The method of the subclass is not static, but except for this point, both methods meet the rewriting conditions, then a compilation error will occur, and vice versa;

If the methods in the subclass and the parent class are both static , and meet the rewriting conditions, but rewriting will still not occur because the static method matches the reference of the static method with the class at compile time;

5. Access to the rewritten method The permissions cannot be less than the original method;

6. The scope of the exception thrown by the rewrite cannot be greater than the original method;

7. The rewriting occurs at runtime, and the JVM will Decisions are made while the code is running.

Recommended tutorial: Getting started with java development

The above is the detailed content of What is method overriding in java. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.