https://github.com/saberglow/java_programming_principles_of_software_design
My solutions to assignments/problems for the course (Java Programming: Principles of Software Design) offered by Duke University at Coursera.
https://github.com/saberglow/java_programming_principles_of_software_design
abstract-classes android-location arraylists comparable comparator interfaces markov-model
Last synced: 2 months ago
JSON representation
My solutions to assignments/problems for the course (Java Programming: Principles of Software Design) offered by Duke University at Coursera.
- Host: GitHub
- URL: https://github.com/saberglow/java_programming_principles_of_software_design
- Owner: SABERGLOW
- License: apache-2.0
- Created: 2020-09-08T19:55:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T10:12:32.000Z (about 5 years ago)
- Last Synced: 2025-04-30T15:14:23.758Z (8 months ago)
- Topics: abstract-classes, android-location, arraylists, comparable, comparator, interfaces, markov-model
- Language: Java
- Homepage: https://www.coursera.org/learn/java-programming-design-principles
- Size: 760 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Programming: Principles of Software Design
Solutuions to assignments for the course that is offered at Coursera , by Duke Universitry.
### Link to the course
https://www.coursera.org/learn/java-programming-design-principles
### To Be Noted
* For this course, you will need some resources provided here: [Project Resources].
### Update
I finished the course on Oct 11, 2020. View my Certficate.
### Learning Outcomes
* Skills I Gained:
* Interfaces
* Abstract Classes
* Encapsulation
* Exception Handling
* Tasks I Accomplished:
* Analysis of data files using Filter Interfaces
* Interfaces with method signatures
* Comparator Interface to create interchangeable sorting criteria
* Random text generation