代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/158649/11595161
java bigegg2.java
//: c08:BigEgg2.java
// Proper inheritance of an inner class.
import com.bruceeckel.simpletest.*;
class Egg2 {
protected class Yolk {
public Yolk() {
System.out.println("Egg2.Yolk(
www.eeworm.com/read/258191/11878404
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
c
www.eeworm.com/read/116603/14962777
java cartoon.java
//: c06:Cartoon.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Constructor calls during inheritance.
class Art {
Art(
www.eeworm.com/read/116603/14963523
java music.java
//: c07:music:Music.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance & upcasting.
class Note {
private int
www.eeworm.com/read/485711/1260329
java music.java
//: c07:music:Music.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Inheritance & upcasting.
class Note {
private int
www.eeworm.com/read/470720/1447991
c virtual.c
// From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143)
// Newsgroups: gnu.g++.bug
// Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions
// Date: 25 Jan 1994 2
www.eeworm.com/read/470693/1459937
c virtual.c
// From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143)
// Newsgroups: gnu.g++.bug
// Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions
// Date: 25 Jan 1994 2
www.eeworm.com/read/240162/4582702
c p6610a.c
// { dg-do run }
// 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(c
www.eeworm.com/read/233448/4675519
c p6610a.c
// { dg-do run }
// 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(c
www.eeworm.com/read/229812/4746545
dlg dginhopt.dlg
DLGINCLUDE RCDATA DISCARDABLE
BEGIN
"DGINHOPT.H\0"
END
InheritStyleDlg DIALOG 60, 26, 217, 90
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Inheritance Sty