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

Other

COS3711 Assignment 2 2024

3 reviews
 29 views  4 purchases
  • Course
  • Institution

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 fe...

[Show more]

Preview 6 out of 18  pages

  • July 17, 2024
  • 18
  • 2023/2024
  • Other
  • Unknown

3  reviews

review-writer-avatar

By: Rio12345 • 1 month ago

review-writer-avatar

By: luwayla • 2 months ago

review-writer-avatar

By: u13259408 • 2 months ago

avatar-seller
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>crystal@gmail.com</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:

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 CrystalIndigo. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

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

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

74534 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
$10.18  4x  sold
  • (3)
  Add to cart