Order Number |
96764TR5354 |
Type of Project |
ESSAY |
Writer Level |
PHD VERIFIED |
Format |
APA |
Academic Sources |
10 |
Page Count |
3-12 PAGES |
UL1. You will be required to demonstrate the correct application of object-oriented concepts including abstraction, encapsulation, inheritance, and polymorphism UL2. You will be required to apply object-oriented techniques in analyzing and modifying an existing C# program UL3.
You will be required to demonstrate the ability to modify an existing application to satisfy new functional requirements UL4. You will be required to illustrate aspects of the design of the existing application using UML notation. PROJECT DESCRIPTION You are required to refine your assignment 1 using C#. Your tasks include 1. Modifying Customer class to include an ID attribute.
This attribute is read-only attribute and can be either loaded from files or generated automatically by your application. IDs are supposed to start with 1 and generated incrementally. Hint: You would need to have a constructor which receives input as a Stream Reader. 2. Similarly, modifying Account class so that ID can be either loaded from files or generated automatically by your application. IDs are supposed start with 1 and generated incrementally. 3. Making a class diagram of your application using UML. 4. Applying exception handling for data validation.
UL1. You will be required to demonstrate the correct application of object-oriented concepts including abstraction, encapsulation, inheritance, and polymorphism UL2. You will be required to apply object-oriented techniques in analyzing and modifying an existing C# program UL3.
You will be required to demonstrate the ability to modify an existing application to satisfy new functional requirements UL4. You will be required to illustrate aspects of the design of the existing application using UML notation. PROJECT DESCRIPTION You are required to refine your assignment 1 using C#. Your tasks include 1. Modifying Customer class to include an ID attribute.
This attribute is read-only attribute and can be either loaded from files or generated automatically by your application. IDs are supposed to start with 1 and generated incrementally. Hint: You would need to have a constructor which receives input as a Stream Reader. 2. Similarly, modifying Account class so that ID can be either loaded from files or generated automatically by your application. IDs are supposed start with 1 and generated incrementally. 3. Making a class diagram of your application using UML. 4. Applying exception handling for data validation.