代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/153678/12012819
cpp wind.cpp
//: C14:Wind.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Inheritance & upcasting
enum
www.eeworm.com/read/153678/12012834
cpp inherit.cpp
//: C14:Inherit.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple inheritance
#inclu
www.eeworm.com/read/153678/12013758
cpp wind2.cpp
//: C15:Wind2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Inheritance & upcasting
#in
www.eeworm.com/read/150914/12245489
java horrorflick.java
//: appendixa:HorrorFlick.java
// You can insert Cloneability at any level of inheritance.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in Co
www.eeworm.com/read/122684/14674712
cpp wind.cpp
//: C14:Wind.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Inheritance & upcasting
enum
www.eeworm.com/read/122684/14674729
cpp inherit.cpp
//: C14:Inherit.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Simple inheritance
#inclu
www.eeworm.com/read/122684/14675389
cpp wind2.cpp
//: C15:Wind2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Inheritance & upcasting
#in
www.eeworm.com/read/116603/14962775
java placesetting.java
//: c06:PlaceSetting.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Combining composition & inheritance.
class Plate {
www.eeworm.com/read/116603/14962968
java horrorshow.java
//: c08:HorrorShow.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Extending an interface with inheritance.
interface Mon
www.eeworm.com/read/116603/14963505
java frog.java
//: c07:Frog.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Testing finalize with inheritance.
class DoBaseFinalization