Capella IT2249 2020 January Unit 9 Discussion Latest
IT2249 Introduction to Programming with Java
Unit 09 Discussion
Design, Draw UML Class Diagram, and Implement a Java Course Class
Review the resources and instructions in the Discussion Prep Study before completing this discussion.
For this discussion, you practiced designing a Java class called Course, drawing a UML class diagram for the Course class, and then implementing the Course class in Java code. Review the Resources section to help you with this discussion.
Design a Java class called Course that has the following attributes:
code – a string field to store the course code (e.g., IT1006).
creditHours – an int field to store the credit hours of the course (e.g., 6).
Draw a UML class diagram for the Course class. Then implement your design of the Course class in Java.
Provide a screenshot of the result of your work.
Explain, briefly, how you completed this exercise, the major issues you faced, and how you solved them.
-
Rating:
/5
Solution: Capella IT2249 2020 January Unit 9 Discussion Latest