代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/469304/1481588
java subclass.java
import java.util.*;
public class Subclass extends Superclass {
public boolean aVariable; //hides aVariable in Superclass
public void aMethod() { //overrides aMethod in Superclas
www.eeworm.com/read/468049/1493614
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/466839/1508837
java subclass.java
//$Id: Subclass.java,v 1.10.2.6 2003/12/11 06:25:51 oneovthafew Exp $
package net.sf.hibernate.mapping;
import java.util.Collections;
import java.util.Iterator;
import net.sf.hibernate.AssertionFail
www.eeworm.com/read/463757/1536271
java subclass.java
/*
* Copyright (c) 1995 - 2008 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the f
www.eeworm.com/read/460225/1561978
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/460225/1561984
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/451220/1664042
cs subclass.cs
using System;
namespace NHibernate.Test.NHSpecificTest.NH1483
{
public class SubClass : BaseClass
{
}
}
www.eeworm.com/read/251475/4419462
h subclass.h
//-----------------------------------------------------------------------//
// This is a part of the GuiLib MFC Extention. //
// Modified : Francisco Campos //
// (C) 2002 Fran
www.eeworm.com/read/251475/4419546
cpp subclass.cpp
//-----------------------------------------------------------------------//
// This is a part of the GuiLib MFC Extention. //
// Modified by : Francisco Campos //
// (C) 2002 F
www.eeworm.com/read/244787/4509925
bas subclass.bas
Attribute VB_Name = "MSubclass"
Option Explicit
' declares:
Private Declare Function IsWindow Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function GetProp Lib "user32" Alias "GetPr