代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/252364/4409179
java horrorshow.java
//: c08:HorrorShow.java
// Extending an interface with inheritance.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
interfa
www.eeworm.com/read/230048/6789220
java horrorshow.java
//: c08:HorrorShow.java
// Extending an interface with inheritance.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
interfa
www.eeworm.com/read/133648/14031471
java detergent.java
//: c06:Detergent.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance syntax & properties.
class Cleanser {
pr
www.eeworm.com/read/133648/14031481
java chess.java
//: c06:Chess.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance, constructors and arguments.
class Game {
Ga
www.eeworm.com/read/132541/14084780
java location3d.java
package examples.errors;
import examples.inheritance.Location2D;
/** A class intended to create an error
*/
public class Location3D extends Location2D {
protected int z;
public Location3
www.eeworm.com/read/112277/15490422
java detergent.java
//: c06:Detergent.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance syntax & properties.
class Cleanser {
pr
www.eeworm.com/read/112277/15490428
java chess.java
//: c06:Chess.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance, constructors and arguments.
class Game {
Ga
www.eeworm.com/read/110993/15520686
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
www.eeworm.com/read/107008/15614832
dot graph_legend.dot
digraph inheritance
{
Node7 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="doxfont",color="black",style="filled" fontcolor="white"];
Node8 -> Node7 [dir=back,color="m
www.eeworm.com/read/432289/8613522
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