Giter VIP home page Giter VIP logo

oop-studies-model's Introduction

Studies system

Your task is to model the system that is capable of managing students and staff members as a part of student system.

Students should have some programs assigned to them as well as personal information about their studies' status.

Staff members can maintain some classes as well as have some set of publications that they've published.

As a part of this task you should:

  • create your own class hierarchy from scratch for this problem (as we did on exercises)
  • provide at least 2 examples of overriding in your class model:
    • the first using reference to super in its implementation
    • the second completely overriding parent's method (which may be abstract)
  • have a look how Java Map<String, Person> work (and use probably HashMap<String, Person>) and use it in system
  • have a look how Java Set<Publication> and use it in staff member
  • work with static variables to generate identifiers for consecutive people in the world (you can assume that people get natural numbers in the order of their creation) - create PersonFactory class with only static methods that will be responsible for creating students and staff members
  • play with your model in Main class a little and show how your implementation works

oop-studies-model's People

Contributors

aleshkev avatar avan1235 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.