代码搜索:Inheritance

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

代码结果 1,689
www.eeworm.com/read/190666/5173086

c rttid2.c

// test of rtti of single inheritance and multiple inheritance classes // dynamic casting // Special g++ Options: -frtti #include extern "C" { int printf(const char *, ...); void exit
www.eeworm.com/read/162614/5520119

c rttid3.c

// { dg-do run } // { dg-options "-frtti" } // test of rtti of single inheritance and multiple inheritance with // virtual functions // dynamic casting #include extern "C" { int print
www.eeworm.com/read/340665/3273741

c rttid2.c

// test of rtti of single inheritance and multiple inheritance classes // dynamic casting // Special g++ Options: -frtti #include extern "C" { int printf(const char *, ...); void exit
www.eeworm.com/read/440906/1775373

c rttid2.c

// test of rtti of single inheritance and multiple inheritance classes // dynamic casting // Special g++ Options: -frtti #include extern "C" { int printf(const char *, ...); void exit
www.eeworm.com/read/366702/2869601

c rtti3.c

// { dg-do run } // { dg-options "-frtti" } // test of rtti of single inheritance and multiple inheritance with // virtual functions #include extern "C" { int printf(const char *, ...
www.eeworm.com/read/366702/2869734

c rttid3.c

// { dg-do run } // { dg-options "-frtti" } // test of rtti of single inheritance and multiple inheritance with // virtual functions // dynamic casting #include extern "C" { int print
www.eeworm.com/read/358237/2998370

xtp index.xtp

resin-ee CMP Inheritance Amber supports database-backed inheritance, allowing for persistent-backed p
www.eeworm.com/read/145545/12715162

java hasxy2.java

package examples.inheritance; /** An example Java subclass used to demonstrate * inheritance concepts */ public class HasXY2 extends HasX2 { private int y; /** Method to set the
www.eeworm.com/read/155858/11842857

cpp 4elist1403.cpp

// Listing 14.3. Multiple inheritance. // Multiple Inheritance #include using std::cout; using std::cin; class Horse { public: Horse() { cout
www.eeworm.com/read/470720/1445615

c rtti2.c

// test of rtti of single inheritance and multiple inheritance classes // Special g++ Options: -frtti #include extern "C" { int printf(const char *, ...); void exit(int); } class X {