Advertisement
akosiraff

Download Assignment 2 Week 4 ENTD 461 Visual Basic Answer

Oct 3rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1.  
  2. Download: https://solutionzip.com/downloads/assignment-2-week-4-entd-461/
  3. Instructions:
  4. Object Oriented Programming
  5. You are going to enhance the application by creating two main classes
  6. 1- Create a class for the math (“+”,”-“) operations — name the class “MathOp”
  7. 2- Extend the class using inheritance to include (“*”,”/”) name the class “MathOp2”
  8. 3- Create the following class/function
  9. when select a line from the list box, the user should be able to modify the values/operations and save it to the listbox/database Let’s say the user clicked on “1+3=4”, the values 1,3 should be displayed in the input text boxes.
  10. Submission Instructions:
  11. Develop an Object-Oriented documentation that include the following
  12. 1- List of all classes and their purposes
  13. 2- Relationship between classes
  14. 3- Data dictionary for each class, method and the return type of each method
  15. 4- Optionally you can develop an UML (Unified Modeling Language) using any of these tools: – MS Word, Visio, or UML toolkit
  16.  
  17. Download: https://solutionzip.com/downloads/assignment-2-week-4-entd-461/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement