Java vs C++

  1. c++ supports multiple inheritance, thus we can’t overload base class’s methods
  2. Java doesn’t support multiple inheritance, thus we are allowed to overload base class’s methods

   Reprint policy


《Java vs C++》 by Boyan Zhou is licensed under a Creative Commons Attribution 4.0 International License
 Previous
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2021-08-23
Next 
十大经典排序算法整理汇总(附代码) 十大经典排序算法整理汇总(附代码)
本文整理并总结了十大经典的排序算法(冒泡排序、选择排序、插入排序、快速排序、归并排序、希尔排序、计数排序、基数排序、桶排序、堆排序)的时间复杂度、空间复杂度等性质。
2020-02-16
  TOC