zoukankan
html css js c++ java
抽象方法和虚方法
抽象方法
abstract
必须重写
写在抽象类里
写大部分子类都不一样的方法,父类只声明,子类中各自实现方法体。
虚方法
virtual
可重可不重
除静态、密封类都行
写大部分子类都会用到的重复代码,父类中声明并写方法体,子类直接用,除非个别子类自己重写。
查看全文
相关阅读:
[ES6] 15. Generators -- 2
[ES6] 14. Generator -- 1. yield & next()
[ES6] 13. Using the ES6 spread operator ...
[ES6] 12. Shorthand Properties in ES6
[ES6] 11. String Templates
计算机-DB:OLAP(联机分析处理)
计算机-事务:OLTP(联机事务处理过程)
软件-数据库-分布式:HBase
架构-分布式:Hadoop
计算机-数据仓库:DW/DWH
原文地址:https://www.cnblogs.com/zwh1993/p/10763946.html
最新文章
自定义cscope-index
follow me
机器学习十大经典算法
python的特性
hdu 2780 Su-Su-Sudoku(DFS数独)
GoF设计模式学习-单例模式
PageRank算法
彩色图像--色彩空间 RGB系列
STL学习小结
apache2.2 虚拟主机配置
热门文章
bottle的几个小坑
Web Service学习笔记
北京西客站火车行李托运指南
C语言指针的初始化和赋值
MVC和Web API 过滤器Filter
[AngularJS] Adding custom methods to angular.module
[AngularJS] Best Practise
[AngularJS] Best Practise
[AngularJS] Best Practise
[AnuglarJS] TweenMax with ngAnimate
Copyright © 2011-2022 走看看