摘要: class inheritance lets you derive new classes from old ones, inheriting its properties of the old class, called the base class With inheritance, you c 阅读全文
posted @ 2018-10-18 22:02 Gabriel_Ham 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 12.7 A queue simulation ) queue: FIFO(first in first out), just like regular queue in the waiting line ) stack: LIFO(last in first out), just like a p 阅读全文
posted @ 2018-10-18 09:57 Gabriel_Ham 阅读(104) 评论(0) 推荐(0) 编辑