Giter Site home page Giter Site logo

MellMdz's Projects

otro_tp_pb2_viejo icon otro_tp_pb2_viejo

La institución educativa necesita una aplicación que le permita gestionar su oferta académica. (UNLaM)

pw2 icon pw2

Trabajos prácticos de Pw2

tp_2_cuentas_bancarias icon tp_2_cuentas_bancarias

Consigna Se pide implementar una solución que permita utilizar los tres tipos de cuentas. Para ello deberás emplear los conceptos de herencia y encapsulamiento. Aquí un ejemplo de cómo debería funcionar: CuentaSueldo cuenta = new CuentaSueldo(); cuenta.depositar(4000.0); Double saldo = cuenta.getSaldo(); // saldo debe valer 4000.0 cuenta.extraer(500.0); saldo = cuenta.getSaldo(); // saldo debe valer 3500.0 cuenta.extraer(4000.0); // la operación no debe poder realizarse // y debe lanzar una excepción (RuntimeException) – tema a desarrollar 12Jun17 Y así con cada tipo de cuenta. Considerar los recargos establecidos por la consigna.

tp_intraconsulta icon tp_intraconsulta

La institución educativa necesita una aplicación que le permita gestionar su oferta académica

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.