100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
COS3711 Assignment 2 2024 - DUE 18 July 2024 $2.50   Add to cart

Exam (elaborations)

COS3711 Assignment 2 2024 - DUE 18 July 2024

 11 views  0 purchase
  • Course
  • Institution

COS3711 Assignment 2 2024 - DUE 18 July 2024 QUESTIONS WITH COMPLETE ANSWERS

Preview 3 out of 16  pages

  • June 28, 2024
  • 16
  • 2023/2024
  • Exam (elaborations)
  • Questions & answers
avatar-seller
COS3711 Assignment
2 2024 - DUE 18 July
2024
QUESTIONS WITH COMPLETE ANSWERS




[School]
[Course title]

,COS3711 Assignment 2 2024 - DUE 18 July 2024

Question 1

Study the following UML class diagram: The UML class diagram is an initial
design of classes for a conference registration application. There are three
types of registration allowed for the conference: standard registration, student
registration and invited guests registration. The standard registration fee is
the standard fee (stored in STANDARD_FEE). For those registered as
students, the conference fee is half the price of the standard registration fee.
For those registered as guests, the conference fee is 10% of the standard
registration fee. An instance of RegistrationList contains a list of
Registration*. No two registrations are allowed to have attendees with the
same e-mail addresses, unless the names are different. You should be able to
query a RegistrationList whether a person (by the name) is already registered
for the conference. A RegistrationList can also return the number of attendees
that are registered for the conference from an institution. Similarly, you can
request the total registration fees for a type (“Registration”,
“StudentRegistration”, “GuestRegistration” or “All”) of registration. You are
expected to use Qt’s metaobject system to access the type of a Registration in
RegistrationList. Downloaded by Corona Virus () lOMoARcPSD| Write a
GUI application that allows users to register for a conference. The GUI should
display the current list of registrations, including the respective registration
fees, in the RegistrationList at all times, using a table widget. The interface
should also allow users to request and view the results of the various
operations supported by the RegistrationList class. You are allowed to add
new features to the classes given in the UML diagram, although you are not

, allowed to delete or change the given functions. You can decide on the design
of the GUI, and it can be done manually or using Qt Designer. You are
expected to follow good programming principles.

To tackle this task, let's break it down into the following steps:

1. Understand the UML Diagram and Classes: Review the given UML class diagram and
understand the structure of the classes and their relationships.
2. Define the Classes: Implement the classes as specified in the UML diagram. These
classes will include Registration, StudentRegistration, GuestRegistration, and
RegistrationList.

3. Implement Class Functions: Implement the necessary methods in each class as
described. For example, calculating the registration fees based on the type of registration,
checking if a person is already registered, counting attendees from an institution, and
calculating the total registration fees.
4. Qt Meta-Object System: Use Qt’s meta-object system to handle the types of registration
in RegistrationList.
5. Create the GUI Application: Design the GUI for the conference registration application
using Qt. The GUI should allow users to register for the conference, display the current
list of registrations, and allow users to perform various queries on the registration list.
6. Integrate the Backend and GUI: Ensure that the backend logic (classes and their
methods) is integrated with the GUI to handle user interactions and display the necessary
information.

Here's a detailed implementation plan:


Step 1: Define the Classes

Registration Class

cpp
Copy code
class Registration {

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller reinah44. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $2.50. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

73314 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$2.50
  • (0)
  Add to cart