代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/432289/8613563
cpp inherit.cpp
//: C14:Inherit.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple inheritance
#include "Useful.h"
#
www.eeworm.com/read/377523/9272616
java cartoon.java
//: c06:Cartoon.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Constructor calls during inheritance.
class Art {
Art(
www.eeworm.com/read/377523/9273302
java music.java
//: c07:music:Music.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance & upcasting.
class Note {
private int
www.eeworm.com/read/178378/9404780
cpp hide.cpp
//: C14:Hide.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Name hiding during inheritance
class Homer
www.eeworm.com/read/178378/9404817
cpp inherit.cpp
//: C14:Inherit.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple inheritance
#include "Useful.h"
#
www.eeworm.com/read/355030/10300164
cpp hide.cpp
//: C14:Hide.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Name hiding during inheritance
c
www.eeworm.com/read/274807/10851509
java music.java
//: c07:music:Music.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance & upcasting.
class Note {
private int
www.eeworm.com/read/132316/5917951
java music.java
//: c07:music:Music.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance & upcasting.
class Note {
private int