Coder Social home page Coder Social logo

13-12-2022's Introduction

13-12-2022

WS 22 - Vererbung

📝 Aufgabe:

In dieser Aufabge werden wir wieder an unserem Mail-Programm weiterarbeiten

EMail

  • Erweitert die EMail Klasse um ein neues Attribut String subjekt und fügt dieses zum Konstruktor hinzu
  • Erstellt ein paar EMail Objekte in der Main Methode
  • fügt sie per addMail Methode in das EMail Array einer Outbox hinzu

Outbox

  • Erweitert die Outbox Klasse um eine neu Methode public void printAllMails()

    • Die Methode soll alle EMail Objekte aus dem EMail[] mails Array in der Console ausgeben
    • Die Ausgabe soll den Index der EMail im Array, Betreff (also String subject) und den Empänger (String recipient) ausgeben
    • Wenn keine Mail vorhanden ist soll ein - ausgegen werden
    • Bsp.: 0, Das ist ein Test, [email protected]

  • Erstellt eine neue Methode public boolean deleteEMail(int index) in der Outbox Klasse

  • Die Methode soll eine EMail im EMail[] mails Array anhand eines int index mit null überschreiben


Mailbox

  • Refactored die Outbox Klasse zu Mailbox

  • Erstellt eine neue Outbox Klasse und eine neue Inbox Klasse

  • Beide Klassen sollen von der Mailbox (ehemals Outbox) alle Attribute und Methoden erben

    ℹ️ Resourcen:

Hier noch ein paar nützliche 📃Artikel, 🖊️Threads und 🎥Videos

13-12-2022's People

Contributors

ddemmer1 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.