代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/343323/3220991
java music.java
//: polymorphism/music/Music.java
// Inheritance & upcasting.
package polymorphism.music;
public class Music {
public static void tune(Instrument i) {
// ...
i.play(Note.MIDDLE_C);
www.eeworm.com/read/288961/3997391
java ws1extendedexception.java
package org.codehaus.xfire.aegis.inheritance.ws1;
/**
*
*
* @author xfournet
*/
public class WS1ExtendedException
extends WS1Exception
{
private int m_extendedCode;
www.eeworm.com/read/288961/3997393
java ws1.java
package org.codehaus.xfire.aegis.inheritance.ws1;
import java.util.Map;
/**
*
*
* @author xfournet
*/
public interface WS1
{
public BeanA getBeanA();
public BeanB ge
www.eeworm.com/read/273525/4204958
ado classutil.ado
*! version 1.0.1 07nov2002
program classutil /* rclass via inheritance */
version 8
gettoken cmd 0 : 0, parse(" ,")
local l = length("`cmd'")
if `l'==0 {
error 198
}
if "`cmd'"=="d
www.eeworm.com/read/449042/1682824
java music.java
//: polymorphism/music/Music.java
// Inheritance & upcasting.
package polymorphism.music;
public class Music {
public static void tune(Instrument i) {
// ...
i.play(Note.MIDDLE_C);
www.eeworm.com/read/446978/1707653
java music.java
//: polymorphism/music/Music.java
// Inheritance & upcasting.
package polymorphism.music;
public class Music {
public static void tune(Instrument i) {
// ...
i.play(Note.MIDDLE_C);
www.eeworm.com/read/420998/2057543
h tree_impl.h
/*
* Implementations for our valuetypes. Note the inheritance for
* BinaryTree_impl, which is both a valuetype and a servant.
*/
#ifndef __TREE_IMPL_H__
#define __TREE_IMPL_H__
#include "tree.h"
www.eeworm.com/read/416830/2106234
h tree_impl.h
/*
* Implementations for our valuetypes. Note the inheritance for
* BinaryTree_impl, which is both a valuetype and a servant.
*/
#ifndef __TREE_IMPL_H__
#define __TREE_IMPL_H__
#include "tree.h"
www.eeworm.com/read/405478/2291391
java asset.java
//$Id: $
package org.hibernate.test.annotations.inheritance.joined;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persisten
www.eeworm.com/read/405478/2291400
java pool.java
//$Id: $
package org.hibernate.test.annotations.inheritance.joined;
import javax.persistence.Entity;
import javax.persistence.SecondaryTable;
import javax.persistence.Column;
import javax.persi