C++
Projects
Voice Mail System
This project is the Voice Mail
System(VMS) developed in C++ on a UNIX platform. It implements the factory design
patterns. It contain linked list and array, two data structure to choose from at the run
time. The design methodology followed here is the use of CRC cards.The Booch-method
defines different models to describe this system. The logical model (problem domain)
represents the class and object structure. The object diagram shows how the classes
interact with each other, it captures some moments in the life of the system and helps you
to describe the dynamic behavior.This course project is to get a thorough knowledge of
Booch Terminology in term of transaction diagrams , interaction diagrams, class diagram
,object diagrams and various notations used in it and apply them to one of the
application(Voice Mail System).
A brief Documentation on VMS
|