代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/247212/4484603
idl inheritance.idl
interface ComponentImplDef;
interface Contained;
interface Container;
interface Contained {
Container defined_in ();
};
interface Container : Contained {
};
interface ComponentImplDef : Contai
www.eeworm.com/read/247212/4484678
idl inheritance.idl
interface Base {
void op1();
};
interface Derived : Base {
void op2();
};
www.eeworm.com/read/247171/4487241
vb inheritance.vb
Option Strict Off
Imports System
'Testing simple and multi-level inheritence with all methods declared public
Public Class C1
Public Function f1() As Integer
Return 1
End Function
www.eeworm.com/read/246079/4496808
sln inheritance.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{CB4CE8C6-1BDB-4DC7-A4D3-65A1999772F8}") = "WeatherStation", "WeatherStation.vbdproj", "{35D4E41D-43A5-4602-8EC0-A4453B8AB85D}"
P
www.eeworm.com/read/238710/4612235
sln inheritance.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{20D4826A-C6FA-45DB-90F4-C717570B9F32}") = "WeatherStation", "WeatherStation.csdproj", "{2EE7EC87-06FB-4BB9-B029-20CF28036387}"
P
www.eeworm.com/read/221464/4829917
hpp inheritance.hpp
// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
www.eeworm.com/read/221464/4831621
cpp inheritance.cpp
// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
www.eeworm.com/read/209340/4980971
fig inheritance.fig
#FIG 3.2
Landscape
Center
Inches
Letter
100.00
Single
-2
1200 2
2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 2.00 120.00 240.00
2550 3900 2550 3300
2 1 0 2 0 7 50 0 -1 0.000 0 0 -1 1 0 2
1 1 2.00
www.eeworm.com/read/180222/5288364
cpp inheritance.cpp
//: C14:Inheritance.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Simple inheritance
#include
www.eeworm.com/read/177052/5333146
sln inheritance.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{20D4826A-C6FA-45DB-90F4-C717570B9F32}") = "WeatherStation", "WeatherStation.csdproj", "{2EE7EC87-06FB-4BB9-B029-20CF28036387}"
P