Given the following UML Class Diagram: A GenericFile(ABC) _generateFiles(self) Inheritance C Generator(GenericFile) _generateFiles(self) 1. Create both Classes as depicted in the diagram. 2. The behavior of the_generateFiles(self) method in the child class is as follows: The method will create and store a number of files (txt files) on the following directory: DA\Python\\Quiz3\| The names and number of generated files will be based on the letters of your first name. Example: if your name is Ahmad, the following files will be generated and saved in the directory: a.bxt, h.bxt, m.txt, d.txt (note that no duplicate files are allowed in the same directory).

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

language : Python

Given the following UML Class Diagram:
A GenericFile(ABC)
_generateFiles(self)
Inheritance
C Generator(GenericFile)
_generateFiles(self)
1. Create both Classes as depicted in the diagram.
2. The behavior of the_generateFiles(self) method in the child class is as follows:
The method will create and store a number of files (,txt files) on the following directory:
D:\Python\\Quiz3\\
The names and number of generated files will be based on the letters of your first name. Example: if your name is Ahmad, the following files will be generated and
saved in the directory:
a.txt, h.txt, m.txt, d.txt (note that no duplicate files are allowed in the same directory).
Transcribed Image Text:Given the following UML Class Diagram: A GenericFile(ABC) _generateFiles(self) Inheritance C Generator(GenericFile) _generateFiles(self) 1. Create both Classes as depicted in the diagram. 2. The behavior of the_generateFiles(self) method in the child class is as follows: The method will create and store a number of files (,txt files) on the following directory: D:\Python\\Quiz3\\ The names and number of generated files will be based on the letters of your first name. Example: if your name is Ahmad, the following files will be generated and saved in the directory: a.txt, h.txt, m.txt, d.txt (note that no duplicate files are allowed in the same directory).
a.txt, h.txt, m.txt, d.txt (note that no duplicate files are allowed in the same directory).
In each file, you must write your name and Id as demonstrated in the below example:
in a.txt ==> Ahmad 123123
in h.txt ==> Ahmad 123123
...
Transcribed Image Text:a.txt, h.txt, m.txt, d.txt (note that no duplicate files are allowed in the same directory). In each file, you must write your name and Id as demonstrated in the below example: in a.txt ==> Ahmad 123123 in h.txt ==> Ahmad 123123 ...
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 5 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education