zoukankan      html  css  js  c++  java
  • JetBrainsIDEA-structure结构继承的图标说明

    图标3表示重写继承类中方法

    图标2表示实现继承类抽象方法或接口中的方法

    图标1表示未使用继承类中的方法

    类中方法并非只统计显示继承类或实现接口中方法,而是对该类中所有方法进行分类,有可能某些方法是继承类的父类中方法或者是实现接口的父接口中的方法。

    图标1表示未实现继承类中的方法 图标2表示实现继承类中的抽象方法 图标3表示重写继承类中方法
    [Túbiāo 1 biǎoshì wèi shíxiàn jìchéng lèi zhōng de fāngfǎ túbiāo 2 biǎoshì shíxiàn jìchéng lèi zhōng de chōuxiàng fāngfǎ túbiāo 3 biǎoshì chóng xiě jìchéng lèi zhōng fāngfǎ]
    Icon 1 indicates that the methods in the inherited class are not implemented

    Icon 2 represents the abstract method in the implementation of the inherited class

    Icon 3 indicates that the method in the inherited class is overridden
  • 相关阅读:
    异常总结
    反射
    面试题
    继承多态接口
    JAVA面向对象变成学习!
    学生管理系统---三层架构
    Secondary NameNode
    Hadoop之HDFS
    大数据相关概念二
    大数据相关概念
  • 原文地址:https://www.cnblogs.com/hfultrastrong/p/10826372.html
Copyright © 2011-2022 走看看