代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/416680/2120542
c subclass.c
/* This program demostrates the technology of sub-class in MiniGUI
* Wrriten by Wei Yongming, 2000/11/20 */
#include
#include
#include
#include
#
www.eeworm.com/read/405479/2290335
java subclass.java
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
* indicated by the @author tags or express copyright attribu
www.eeworm.com/read/400383/2352763
p subclass.p
subclass.o: subclass.c /usr/include/stdio.h /usr/include/features.h \
/usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h \
/usr/include/
www.eeworm.com/read/397491/2401549
cpp subclass.cpp
////////////////////////////////////////////////////////////////
// 1997 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
www.eeworm.com/read/397491/2401597
h subclass.h
////////////////////////////////////////////////////////////////
// 1997 Microsoft Sytems Journal
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
//
www.eeworm.com/read/392771/2491475
h subclass.h
//-----------------------------------------------------------------------//
// This is a part of the GuiLib MFC Extention. //
// Modified : Francisco Campos //
// (C) 2002 Fran
www.eeworm.com/read/392771/2491559
cpp subclass.cpp
//-----------------------------------------------------------------------//
// This is a part of the GuiLib MFC Extention. //
// Modified by : Francisco Campos //
// (C) 2002 F
www.eeworm.com/read/382791/2626611
h subclass.h
////////////////////////////////////////////////////////////////
// PixieLib(TM) Copyright 1997-1998 Paul DiLascia
// If this code works, it was written by Paul DiLascia.
// If not, I don't know wh
www.eeworm.com/read/382791/2626617
cpp subclass.cpp
////////////////////////////////////////////////////////////////
// PixieLib(TM) Copyright 1997-1998 Paul DiLascia
// If this code works, it was written by Paul DiLascia.
// If not, I don't know wh
www.eeworm.com/read/381758/2641210
java subclass.java
public class Subclass extends Superclass {
public boolean aVariable; //hides aVariable in Superclass
public void aMethod() { //overrides aMethod in Superclass
aVariable =