Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/absolutepraya/ddp-2

Dasar-Dasar Pemrograman 2 (CSGE601021) Faculty of Computer Science, University of Indonesia
https://github.com/absolutepraya/ddp-2

java java-oop javafx

Last synced: 22 days ago
JSON representation

Dasar-Dasar Pemrograman 2 (CSGE601021) Faculty of Computer Science, University of Indonesia

Awesome Lists containing this project

README

        

# Foundations of Programming 2 (DDP 2)

This course focuses on the object-oriented programming paradigm using the Java programming language. Topics that will be studied in this course include: basic concepts of Java programming (variables, data types, and operators), branching (selection), repetition (loop), methods, object-oriented programming concepts (object, class, inheritance, polymorphism, abstract class & interface), exception handling, input/output operations, and development of desktop & web-based GUI (Graphical User Interface). Teaching and learning activities in this course aim to train students' skills in thinking systematically to find solutions to problems (computational thinking) and then use them in designing object-oriented programs by applying good programming practices. This course is taught through a combination of lectures and tutorials (practicum).

## Learning Materials

1. Introduction to Java
2. Elementary Programming
3. Selections
4. Math functions, Characters, Strings
5. Loops
6. Methods
7. Recursion
8. Arrays, ArrayList
9. Generics
10. Objects and Classes
11. Object-Oriented Thinking
12. Inheritance and Polymorphism
13. Abstract Classes & Interfaces
14. Exception Handling & Text I/O
15. Swing