Search

You can find the results of your search below.

top @courses:cs203-201602:assignments
34 Hits, Last modified:
Explained, up to page 82. We'll talk about it in class after we cover chapter 5 in Horstmann. Assignmen... interface is to use it. Assignment 2: Create a class BankingSystem that maintains a list of account objects of class BankAccount that implements the comparable interf... Bank accounts have a name and a balance. Create a class BankApp that contains a main() method that create
top @courses:cs203-201602:lab4
11 Hits, Last modified:
a car rental agency. * Determine the necessary classes from the problem description. * Use CRC cards... responsibilities and collaborations. * Create a class diagram showing relationships and cardinalities. ... tional assumptions may be required. * Create a class diagram showing the classes, their attributes and methods, and the relationships between the classes, in
top
8 Hits, Last modified:
st way to reach me) | ^ Class Meeting Time: | Mon and Wed: 10:30-11:45 SP 309... structions for access and use will be provided in-class. The server can be accessed in the Vassar compute... or laboratory programs electronically as shown in class. ---- <html> <h2>Coaching Hours: </h2> </html> ... </html> All assignments are due at the start of class on the specified due dates. Late work will be acc
top @courses:cs203-201602:lab2
6 Hits, Last modified:
Greeter. * Add Javadoc comments to the Greeter Class and the main method. * Any other classes or methods you create in this project should have Javadoc co... your Javadocs in a browser by right clicking on a class and choosing "Show Javadoc". * Add a setName method to the Greeter class. * Create a class GreeterApp with a main() met
top @courses:cs203-201602:finalproject
4 Hits, Last modified:
* Create a Banking application with an Account class, and several subclasses, SavingsAccount and CheckingAccount, that inherit from Account. * Create a ListOfAccounts class that uses a single Arraylist<Account> of Savings ... ccount has no fees. * Create a BankApplication class with a main() function. * The BankApplication
top @courses:cs203-201602:lab5
3 Hits, Last modified:
ar rental agency. * Use Javdoc comments for all classes and methods. * Use a JUnit framework and crea... on libraries, add library jUnit 4.10 * Add a class such as Agent to the project by right clicking on... AgentTest as the test name. Please end your test class names with 'Test' * You now have a blank test
top @courses:cs203-201602:lab7
3 Hits, Last modified:
repository. * Project specifications: Create a class BankingSystem that maintains a list of account objects of class BankAccount. Bank accounts have a name and a bala... or balance. Use comparators for sorting. Create a class BankApp that contains a main() method that create
top @courses:cs203-201602:lab8
3 Hits, Last modified:
the design patterns and principles we learned in class. We will be working in teams of four. You should ... could create a strategy interface, and a strategy class for each functional use of the up/down buttons (s... ly different. I suggest that each team create a class diagram first. Please include a jUnit test frame
top @courses:cs203-201602:lab6.5
2 Hits, Last modified:
rByArea(final boolean increasing) to the Country class. The methods should return instances of anonymous classes that implement the Comparator interface type. T
top @courses:cs203-201602:lab6
2 Hits, Last modified:
ents for this project. * Enhance the shape icon class in chapter 4 of Horstmann so that it displays mul... orstmann, which asks you to enhance the ShapeIcon class. Modify the animation program to show a number of
top @courses:cs203-201602:github
1 Hits, Last modified:
1 * email me your github username * after class: I will add you to access our course repositories