#*
@test quotes.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fail
package Commands;
import Accounts.Account;
/** This class contains attributes that are common to all commands. */
public abstract class Command
{
/** Date of the command. */
protected int
package Interfaces;
/** The interface for tellers that issues the appropriate menu. */
public class TellerInterface extends StaffInterface
{
/** Obtain the integer that represents the command t
package dynamic_model;
/** A class that calls some methods to show the stacking of activation records. */
public class Root
{
public static void main(String[] arg)
{
B b;
C c = new C()
/*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
/*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con