代码搜索:Polymorphism
找到约 740 项符合「Polymorphism」的源代码
代码结果 740
www.eeworm.com/read/363445/9951305
as rect.as
package org.kingda.book.basicoop.polymorphism
{
import flash.display.DisplayObjectContainer;
//自定义的矩形类
public class Rect extends KingdaShape
{
public function Rect(parent:DisplayObjectCon
www.eeworm.com/read/158649/11595992
java polyconstructors.java
//: c07:PolyConstructors.java
// Constructors and polymorphism
// don't produce what you might expect.
import com.bruceeckel.simpletest.*;
abstract class Glyph {
abstract void draw();
Glyp
www.eeworm.com/read/405478/2290901
java polymorphismtype.java
//$Id: PolymorphismType.java 11282 2007-03-14 22:05:59Z epbernard $
package org.hibernate.annotations;
/**
* Type of avaliable polymorphism for a particular entity
*
* @author Emmanuel Bernard
*/
www.eeworm.com/read/379174/2676019
java polymorphismtest_servicetestcase.java
/**
* PolymorphismTest_ServiceTestCase.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package test.wsdl.polymorphism;
public class PolymorphismTest_S
www.eeworm.com/read/113029/15472220
cpp fig10_10.cpp
// Fig. 10.10: fig10_10.cpp
// Introducing polymorphism, virtual functions and dynamic
// binding.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
www.eeworm.com/read/188512/8533547
cpp fig13_10.cpp
// Fig. 13.10: fig13_10.cpp
// Introducing polymorphism, virtual functions and dynamic binding.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
usin
www.eeworm.com/read/430096/8766284
java randomshapegenerator31.java
// holding/shape/RcdandomShapeGenerator31.java
// TIJ4 Chapter Holding, Exercise 31, page 434
/* Modify polymorphism/shape/RandomShapeGenerator.java to make it
* Iterable. You'll need to add a cons
www.eeworm.com/read/281848/9129716
java randomshapegenerator31.java
// holding/shape/RcdandomShapeGenerator31.java
// TIJ4 Chapter Holding, Exercise 31, page 434
/* Modify polymorphism/shape/RandomShapeGenerator.java to make it
* Iterable. You'll need to add a cons
www.eeworm.com/read/353439/10446316
java randomshapegenerator31.java
// holding/shape/RcdandomShapeGenerator31.java
// TIJ4 Chapter Holding, Exercise 31, page 434
/* Modify polymorphism/shape/RandomShapeGenerator.java to make it
* Iterable. You'll need to add a cons
www.eeworm.com/read/352425/10553847
java randomshapegenerator31.java
// holding/shape/RcdandomShapeGenerator31.java
// TIJ4 Chapter Holding, Exercise 31, page 434
/* Modify polymorphism/shape/RandomShapeGenerator.java to make it
* Iterable. You'll need to add a cons