CSC/ECE 517 Fall 2011/ch7 7a or: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
*Need to go through these for information
*Need to go through these for information
**[http://courses.ncsu.edu/csc517//common/lectures/notes/lec20.pdf PDF from class lecture]
**[http://courses.ncsu.edu/csc517//common/lectures/notes/lec20.pdf PDF from class lecture]
**[http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Currency.html Java's Currency class docs]
**[http://drdobbs.com/java/184405653 A standalone class to tackle the problem (in Java)]
**[http://drdobbs.com/java/184405653 A standalone class to tackle the problem (in Java)]
**[http://www.javapractices.com/topic/TopicAction.do?Id=13 Representing money (Java)]
**[http://www.javapractices.com/topic/TopicAction.do?Id=13 Representing money (Java)]

Revision as of 14:51, 29 November 2011

Wiki Chapter: CSC/ECE 517 Fall 2011/ch7 7a or

7a. Representing money. Skrien Chapter 6 gives an example of a class that can be used to represent money. But how is it done in real programs? Investigate, and report on the advantages and disadvantages of other approaches vs. Skrien's.

Introduction

Resources