代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/384831/8839715
java hide.java
//: reusing/Hide.java
// Overloading a base-class method name in a derived
// class does not hide the base-class versions.
import static net.mindview.util.Print.*;
class Homer {
char doh(char
www.eeworm.com/read/377523/9272360
java primitiveoverloading.java
//: c04:PrimitiveOverloading.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Promotion of primitives and overloading.
pub
www.eeworm.com/read/373369/9460503
java hide.java
//: reusing/Hide.java
// Overloading a base-class method name in a derived
// class does not hide the base-class versions.
import static net.mindview.util.Print.*;
class Homer {
char doh(char
www.eeworm.com/read/169058/9883215
java hide.java
//: reusing/Hide.java
// Overloading a base-class method name in a derived
// class does not hide the base-class versions.
import static net.mindview.util.Print.*;
class Homer {
char doh(char
www.eeworm.com/read/357852/10200295
cpp rational.cpp
// Filename: rational.cc
// Overloading functions
#include "rational.h"
ostream& operator
www.eeworm.com/read/271450/10994225
cpp reflex.cpp
//: C12:Reflex.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Reflexivity in overloading
www.eeworm.com/read/271450/10994243
cpp comma.cpp
//: C12:Comma.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Overloading the ',' operator
www.eeworm.com/read/332978/7141874
java hide.java
//: reusing/Hide.java
// Overloading a base-class method name in a derived
// class does not hide the base-class versions.
import static net.mindview.util.Print.*;
class Homer {
char doh(char
www.eeworm.com/read/325023/13231155
java hide.java
//: reusing/Hide.java
// Overloading a base-class method name in a derived
// class does not hide the base-class versions.
import static net.mindview.util.Print.*;
class Homer {
char doh(char
www.eeworm.com/read/306033/13754481
htm demo_complex.htm
Operator Overloading. Complex Numbers in paxJavaScript, paxPascal, paxBasic and paxC.