代码搜索:Subclass
找到约 2,526 项符合「Subclass」的源代码
代码结果 2,526
www.eeworm.com/read/372219/9517348
tcl timer.tcl
#
# A simple NewTimer class. You can derive a subclass of NewTimer
# to provide a simple mechanism for scheduling events:
#
# $self sched $delay -- causes "$self timeout" to be called
# $delay se
www.eeworm.com/read/466324/7033387
java mycalendar.java
// MyCalendar.java: A subclass of GregorianCalendar
import java.awt.*;
import java.util.*;
public class MyCalendar extends GregorianCalendar {
/**Find the number of days in a month*/
public
www.eeworm.com/read/456187/7355895
java mycalendar.java
// MyCalendar.java: A subclass of GregorianCalendar
import java.awt.*;
import java.util.*;
public class MyCalendar extends GregorianCalendar {
/**Find the number of days in a month*/
public
www.eeworm.com/read/199568/7844440
java payrollsystemtest.java
// Fig. 10.9: PayrollSystemTest.java
// Employee hierarchy test program.
public class PayrollSystemTest
{
public static void main( String args[] )
{
// create subclass objects
www.eeworm.com/read/199568/7844511
java constructortest.java
// Fig. 9.17: ConstructorTest.java
// Display order in which superclass and subclass constructors are called.
public class ConstructorTest
{
public static void main( String args[] )
{
www.eeworm.com/read/243813/12915376
java mycalendar.java
// MyCalendar.java: A subclass of GregorianCalendar
import java.awt.*;
import java.util.*;
public class MyCalendar extends GregorianCalendar
{
// Find the number of days in a month
public
www.eeworm.com/read/151482/5681115
java jdbcpet.java
package org.springframework.samples.petclinic.jdbc;
import org.springframework.samples.petclinic.Pet;
/**
* Subclass of Pet that carries temporary id properties
* which are only relevant for
www.eeworm.com/read/151092/5686338
java drawinginternalframe.java
// DrawingInternalFrame.java
// DrawingInternalFrame is a JInternalFrame subclass for
// DeitelDrawing drawings.
package com.deitel.advjhtp1.drawing;
// Java core packages
import java.awt.*;
www.eeworm.com/read/151092/5686579
java accountbargraphview.java
// AccountBarGraphView.java
// AccountBarGraphView is an AbstractAccountView subclass
// that displays an Account balance as a bar graph.
package com.deitel.advjhtp1.mvc.account;
// Java core pa
www.eeworm.com/read/151092/5686581
java assetpiechartview.java
// AssetPieChartView.java
// AssetPieChartView is an AbstractAccountView subclass that
// displays multiple asset Account balances as a pie chart.
package com.deitel.advjhtp1.mvc.account;
// Jav