Giter Site home page Giter Site logo

class8-week5-oop's Introduction

Class8-Week5-OOP

1) Create Vip class which inheritances from Client.

  • you will have 3 vip level in VIP class . gold ,silver,bronz.
  • if you are vip client , when you add_deposit for gold 0.03 silver 0.02 and bronz 0.01 get more money each transaction.
  • You can not create VIP client like vclient=VipClient('omer','uygur','1000') etc.Vip client requirement this :
  • if premium client collect more than 1000 loyalty point in total then that client will be Vip Client. (hint : You will create vip client inside of premiumclient method using premium client attributes.)
  • One you create Vip client using premium client attributes you can use this function for clean premium client object or attributes :
def _del_(self):
        self.name = None
        self.surname = None
        self.balance = None
        self.gender = None
        self.account_number = None
        self.children_number = None
        self.loyalty_point = None
  • Lastly you should able to send money from vip client to normal client(VIP client and premium client are still part of client class)

2) Create roughly UML diagram and Use case for our classes.Doesnt have to follow all rules . It will just give to you an idea.

class8-week5-oop's People

Contributors

danilaveter avatar tars13 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.