代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/124970/14521711
java wind.java
//: c06:Wind.java
// Inheritance & upcasting.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import java.util.*;
class In
www.eeworm.com/read/124969/14521731
java frog.java
//: c07:Frog.java
// Cleanup and inheritance.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.simpletes
www.eeworm.com/read/208576/15243719
cpp fig24_11.cpp
// Fig. 24.11: Fig24_11.cpp
// Driver for multiple inheritance example.
#include
using std::cout;
using std::endl;
#include "Base1.h"
#include "Base2.h"
#include "Derived.h"
int
www.eeworm.com/read/179906/5301027
java detergent.java
//: c06:Detergent.java
// Inheritance syntax & properties.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceec
www.eeworm.com/read/179906/5301033
java chess.java
//: c06:Chess.java
// Inheritance, constructors and arguments.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bru
www.eeworm.com/read/179906/5301035
java wind.java
//: c06:Wind.java
// Inheritance & upcasting.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import java.util.*;
class In
www.eeworm.com/read/179906/5301374
java frog.java
//: c07:Frog.java
// Cleanup and inheritance.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.simpletes
www.eeworm.com/read/288961/3997371
java wsdlnamespacetest.java
package org.codehaus.xfire.aegis.inheritance.xfire704;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.codehaus.xfire.aegis.AbstractXFir
www.eeworm.com/read/437952/1828626
java fruit.java
//$Id: Fruit.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $
package org.hibernate.test.annotations.inheritance;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import j
www.eeworm.com/read/437952/1828644
java music.java
//$Id: Music.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $
package org.hibernate.test.annotations.inheritance.singletable;
import javax.persistence.Column;
import javax.persistence.Entity;
impo