Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dennis Lee Bieber Newsgroups: comp.lang.python Subject: Re: Need help on a project To :"Create a class called BankAccount with the following parameters " Date: Thu, 24 Dec 2015 11:57:18 -0500 Organization: IISS Elusive Unicorn Lines: 22 Message-ID: References: <5ec1d759-a2ab-4193-a4aa-869c0bf0506c@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de SJ8AYHl8VD+9VjQmAhJwugBDFjiMZh3hriaztR3wy60w== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python)': 0.05; 'subject:help': 0.07; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'thu,': 0.15; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:class': 0.16; 'subject:parameters': 0.16; 'looked': 0.16; 'subject:project': 0.18; 'url:home': 0.18; '2015': 0.20; 'dec': 0.23; 'examples': 0.24; 'header:X-Complaints-To:1': 0.26; 'oop': 0.29; 'url:wikipedia': 0.29; 'url:wiki': 0.30; 'url:python': 0.33; 'should': 0.36; 'project': 0.36; 'url:org': 0.36; 'url:library': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'url:en': 0.39; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'subject:with': 0.40; 'provide': 0.61; 'subject: ': 0.61; 'subject:Need': 0.61; 'email addr:gmail.com': 0.62; 'course': 0.62; 'balance': 0.64; 'url:%28': 0.66; 'url:%29': 0.66; 'url:%1': 0.67; 'homework': 0.84; 'url:functions': 0.84; 'dennis': 0.91; 'received:108': 0.93 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: adsl-108-79-218-6.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100816 On Thu, 24 Dec 2015 04:39:40 -0800 (PST), princeudo52@gmail.com declaimed the following: >please what is a balance property in OOP So where have you looked for an answer... https://en.wikipedia.org/wiki/Property_%28programming%29 (Google: property oop wiki) https://docs.python.org/2/library/functions.html#property (Google: property python) This has all the earmarks of a homework project -- we will NOT provide you working examples for homework (or, at least, not until after you've received a verifiable grade for what you have produced). All the concepts should have been introduced in the course materials. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/