代码搜索:Polymorphism
找到约 740 项符合「Polymorphism」的源代码
代码结果 740
www.eeworm.com/read/208576/15244059
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/326711/3469939
cpp fig24_10.cpp
// Fig. 24.10: fig24_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/395876/8147293
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/392244/8355481
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/370596/9592609
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/414988/11087356
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/363445/9951314
as kingdashape.as
package org.kingda.book.basicoop.polymorphism
{
import flash.display.Shape;
import flash.display.DisplayObjectContainer;
public class KingdaShape
{
protected var _shape:Shape; //复合了一个Shape
www.eeworm.com/read/490333/1200086
cs interfaces2test.cs
// Fig. 10.23: Interfaces2Test.cs
// Demonstrating polymorphism with interfaces in
// Point-Circle-Cylinder hierarchy.
using System.Windows.Forms;
public class Interfaces2Test
{
public s
www.eeworm.com/read/228954/4761722
cs interfaces2test.cs
// Fig. 7.23: Interfaces2Test.cs
// Demonstrating polymorphism with interfaces in
// Point-Circle-Cylinder hierarchy.
using System.Windows.Forms;
public class Interfaces2Test
{
public st