Course Description
-
Course Name
Object Oriented Programming I
-
Host University
Dublin City University
-
Location
Dublin, Ireland
-
Area of Study
Electronics Engineering
-
Language Level
Taught In English
-
Course Level Recommendations
Lower
ISA offers course level recommendations in an effort to facilitate the determination of course levels by credential evaluators.We advice each institution to have their own credentials evaluator make the final decision regrading course levels.
-
ECTS Credits
5 -
Recommended U.S. Semester Credits2
-
Recommended U.S. Quarter Units3
Hours & Credits
-
Overview
Description
This module will equip students with a good working knowledge of object-oriented programming in both the C++ and Java programming languages. The module builds on the C programming language skills from first year. By using two different languages students will achieve a good theoretical grounding in general object-oriented programming languages. Students apply their skills through challenging practical assignments.Learning Outcomes
1. analyse real-world software systems challenges and develop structured solutions, involving the design of object-oriented classes and class hierarchies
2. implement such solutions in the C++ and Java programming languages with attention to future design needs
3. explain the differences and advantages/disadvantages of both the C++ and Java programming languages
4. use the Java API documentation to develop basic applications using functionality that was not formally taught
5. implement Java event-driven windowing user-interfaces using the standard component sets