锥栗的博客吐槽:既然还要调用父类被重写方法,那为啥还要重写它呢。 使用super关键字可以通过子类调用父类被重写方法。 public class Main { public static void main(String[] args) { Children c = new Children(); c....
weixin_39722965的博客二、基于CodeViz, CodeViz是《Understanding The Linux Virtual Memory Manager》的作者Mel Gorman写的一款分析C/C++源代码中函数调用关系的open source工具(类似的open source软件有egypt、ncc)。属于编译器级别的...