代码搜索:Inheritance

找到约 1,689 项符合「Inheritance」的源代码

代码结果 1,689
www.eeworm.com/read/150914/12245666

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/225713/14522621

dot graph_legend.dot

digraph inheritance { Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="doxfont",color="black",style="filled" fontcolor="white"]; Node10 -> Node9 [dir=back,color="mid
www.eeworm.com/read/122684/14674710

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/116603/14962711

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/116603/14962744

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/470720/1446839

c vtable3.c

// GROUPS passed vtable // vtable file // From: Pete Bevin // Date: Mon, 28 Nov 1994 19:57:53 +0000 (GMT) // Subject: g++-2.6.2: Virtual inheritance causes incorrect padding
www.eeworm.com/read/470720/1447518

c p6610a.c

// prms-id: 6610 // There is a bug in vtable thunks with multiple/virtual inheritance. int fail = 1; struct B; struct A { virtual int f(const B*) = 0; int g(const B*); }; int A::g(const B* t) { retur
www.eeworm.com/read/470693/1458785

c vtable3.c

// GROUPS passed vtable // vtable file // From: Pete Bevin // Date: Mon, 28 Nov 1994 19:57:53 +0000 (GMT) // Subject: g++-2.6.2: Virtual inheritance causes incorrect padding
www.eeworm.com/read/470693/1459464

c p6610a.c

// prms-id: 6610 // There is a bug in vtable thunks with multiple/virtual inheritance. int fail = 1; struct B; struct A { virtual int f(const B*) = 0; int g(const B*); }; int A::g(const B* t) { retur
www.eeworm.com/read/247212/4484677

cc main.cc

#define FORCE_MARSHALLING #define MICO_CONF_POA #include #include "inheritance.h" #ifdef HAVE_ANSI_CPLUSPLUS_HEADERS #include #else // HAVE_ANSI_CPLUSPLUS_HEADERS #include