Could anyone help me with completing this project?

1. In order to demonstrate your understanding of Object Oriented Programming within a visual environment you are required to create an object oriented graphical program to simulate a simple telephone network.

Guidance:

Use a suitable container to store the active phones within the network. You need to consider how each of the separate phones will communicate with each other. One way would be to implement an exchange class to manage the phones.
The exchange and phone(s) should be represented using VB forms. The exchange should manage the creation / removal of phones from your chosen container. A phone should be able to communicate with any another phone on the network.

How do you make the phone ring? You could simulate an incoming call with a flashing light - off when in standby mode and flashing when activated by a call.
You also need to consider what happens if one phone tries to connect to another phone already engaged in a call?


Version 1.0:

Your initial version should: -
• Create new phones within the network
• Remove phones from the network
• Make a call from one phone to another phone within the network
• Answer a call
• Terminate a call

Do this first and get it working before tackling any enhancements.

Version 2.0: Create an enhanced version of the application

An enhanced version of your system will include two different types of phone. A standard phone for voice communication only, and an advanced phone that includes the ability to send simple text messages.

There is scope for various other improvements and enhancements to be implemented efficiently for example, the facility to store and redial numbers. It is left to you to consider this and respond accordingly. Ensure that you highlight any enhancements beyond the specification given. However, do not spend a disproportionate amount of time pursuing this issue. Submit your enhanced version of your network as version 2.0

Recommended Answers

All 4 Replies

Member Avatar for nicentral

Looks like you need help starting this project not completing it. You shouldn't post anything until you actually have something started yourself.

-- Andy

That's quite the hefty homework assignment.

In order to demonstrate your understanding of Object Oriented Programming within a visual environment...

i have seen an example for this in C++ but with fax
google it

I don't believe in doing homework for people. However, I would like to try my hand at it. Why don't you guys do the same and compare projects in about 2 or 3 weeks. Maybe if they come up with something we can still help them out without doing their homework for them.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.