Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I need to design a class with facilities of which can either print, scan and fax:
It should have handle to start, stop and pause also count each printed count, scanned count and fax count.

Print Scan Fax
===== ===== =====
| | | | | |->start()
| | | | | |->stop()
===== ===== =====
|--> count()
|--> clear()

thanks in advance
Posted
Comments
CHill60 10-Feb-15 6:10am    
Where are you stuck?
ZurdoDev 10-Feb-15 7:50am    
Do you have a question?

1 solution

You need to learn about Unified Modeling Language. After understanding it, you can consider some tools.

And you are done :-O
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900