Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Otro

COS3711 Assignment 2 2024

Puntuación
4.3
(3)
Vendido
4
Páginas
18
Subido en
17-07-2024
Escrito en
2023/2024

COS3711 Assignment 2 2024. 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 RegistrationList. system to access the type of a Registration inWrite 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.

Mostrar más Leer menos
Institución
Grado

Vista previa del contenido

COS3711 2024 Assignment 2 memo
With link to the project at the end of this document


Crystal Indigo!
Crystal Indigo!
Providing all solutions you need anytime
+27 76 626 8187




NOTE: YOU MAY FIND SOME MISSING CLASSES, ADD WHAT YOU SEE NECESSARY

,Output of all the questions




C

,
,
,xml
<registrationlist>
<registration type="Registration">
<attendee>
<name>crystal</name>
<affiliation>unisa</affiliation>
<email></email>
</attendee>
<registrationfee>50</registrationfee>
</registration>
</registrationlist>

, //registration.h
#ifndef REGISTRATION_H
#define REGISTRATION_H


#include <QString>
#include <QObject>


class Registration : public QObject {
Q_OBJECT
public:
explicit Registration(const QString &name, const QString
&email, const QString &affiliation, QObject *parent = nullptr);
virtual double getFee() const = 0;


QString getName() const;
QString getEmail() const;
QString getAffiliation() const;


private:
QString name;
QString email;
QString affiliation;
};


class StandardRegistration : public Registration {
public:
StandardRegistration(const QString &name, const QString
&email, const QString &affiliation);
double getFee() const override;
};


class StudentRegistration : public Registration {
public:

Escuela, estudio y materia

Institución
Grado

Información del documento

Subido en
17 de julio de 2024
Número de páginas
18
Escrito en
2023/2024
Tipo
OTRO
Personaje
Desconocido

Temas

$10.40
Accede al documento completo:
Comprado por 4 estudiantes

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Reseñas de compradores verificados

Se muestran los 3 comentarios
1 año hace

1 año hace

1 año hace

4.3

3 reseñas

5
1
4
2
3
0
2
0
1
0
Reseñas confiables sobre Stuvia

Todas las reseñas las realizan usuarios reales de Stuvia después de compras verificadas.

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
CrystalIndigo University of South Africa (Unisa)
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
486
Miembro desde
5 año
Número de seguidores
226
Documentos
73
Última venta
5 meses hace
CrystalIndigo Solutions

providing all solutions to all computer science modules

4.1

51 reseñas

5
27
4
13
3
6
2
1
1
4

Documentos populares

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes