Classes use hiding getters and setters multiple


Microsoft Word - FinalExamTakeHomePart.docx

In this assignment you are required to use Python to solve a problem of your choice. This could be a finance, accounting, science or any business, engineering or medical application. A game of your choice is ok too (no Graphical User interface would be required). If you are interested in writing a multi-user game, come see me and I will guide you or look up how sockets could be defined - there are many examples on the web. Of course, you can look up how to do things, but you need to use YOUR OWN CODE. Your program should include:

  1. Classes (use hiding, getters and setters, multiple constructors and methods).
  2. Use functions - make your main very short. Try not to use any long detailed logic in main and modularize your application.
  3. Input and Output files.
  4. Make your own data set. You can even use random functions to create data sets or use a data set that would be deemed appropriate for your application.
  5. Use static variables in classes so that you would give an entity an auto- incremented ID as needed.
  6. When using a data set, make sure you demonstrate your knowledge of sorting and searching (no need to prompt the user if you don't want to, but feel free to design your application as you deem appropriate).
  7. You must use some containers (lists and/or maps).
  8. You can use recursion if you know how and if you need it

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Classes use hiding getters and setters multiple
Reference No:- TGS01478284

Now Priced at $40 (50% Discount)

Recommended (92%)

Rated (4.4/5)