代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/136865/5841023
cpp subclassing.cpp
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be distrib
www.eeworm.com/read/136815/5855734
cpp subclassing.cpp
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be distrib
www.eeworm.com/read/118801/6094568
cpp subclassing.cpp
/**********************************************************************
** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
** This file is part of Qt Designer.
**
** This file may be distrib
www.eeworm.com/read/100409/6270038
java dxobject.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Library License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// C
www.eeworm.com/read/102406/6354575
dep edit.dep
# Microsoft Developer Studio Generated Dependency File, included by Edit.mak
.\ChildFrm.cpp : \
".\ChildFrm.h"\
".\Edit.h"\
".\StdAfx.h"\
.\CJFlatComboBox.cpp : \
".\CJFlatComboBox.h"
www.eeworm.com/read/480849/6662524
cpp person.cpp
// Chapter 11 - Program 2 - PERSON.CPP
#include
#include "person.h"
// This method should never be called. If it is ever
// c
www.eeworm.com/read/480849/6662612
cpp person.cpp
// Chapter 11 - Program 2 - PERSON.CPP
#include
#include "person.h"
// This method should never be called. If it is ever
// c
www.eeworm.com/read/410848/11267201
java jlab0503.java
public class JLab0503{
public static void main(String args[]){
System.out.println("创建父类对象: ");
SuperClass sc0=new SuperClass();
System.out.println("\n创建第一个子类对象: ");
SubClass sc1=new SubC
www.eeworm.com/read/410848/11267385
java jlab0503_2.java
public class JLab0503_2{
public static void main(String args[]){
System.out.println("创建父类对象: ");
SuperClass sc0=new SuperClass();
System.out.println("\n创建第一个子类对象: ");
SubClass sc1=new Su