代码搜索:composition
找到约 1,051 项符合「composition」的源代码
代码结果 1,051
www.eeworm.com/read/258191/11878402
cpp combined.cpp
//: C14:Combined.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Inheritance & composition
cl
www.eeworm.com/read/119093/14839516
css edit.css
iframe.WBTB_Composition
{
border: 1px inset;
}
table.WBTB_Body
{
background-color:gainsboro;
border:1px solid #CCCCCC;
}
.yToolbar
{
}
.WBTB_Btn
{
BACKGROUND-COLOR: gainsboro;
Te
www.eeworm.com/read/116603/14962726
java bath.java
//: c06:Bath.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Constructor initialization with composition.
class Soap {
www.eeworm.com/read/116603/14962739
java sprinklersystem.java
//: c06:SprinklerSystem.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Composition for code reuse.
class WaterSource {
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/209853/15212635
cpp combined.cpp
//: C14:Combined.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Inheritance & composition
cl