This is my first ever project on GitHub as I'm learning the functionalities. I have created this Minor project in which I have worked with some basics of OOPs concepts.
Project 1 : Email Application Scenario: You are an IT Support Administrator Specialist and are charged with the task of creating email accounts for new hires.
Your application should do the following:
1-Generate an email with the following syntax: "[email protected]".
2-Determine the department (sales, development, accounting), if none leave blank.
3-Generate a random String for a password.
4-Have set methods to change the password, set the mailbox capacity, and define an alternate email address.
5-Have get methods to display the name, email, and mailbox capacity.