Object Orientation (COMP 2150)

From CompSciWiki
Jump to: navigation, search

COMP 1010 Home > Computer Science Courses


Introduction

In your first year, you learned how to write simple programs using an object-oriented programming language, Java. In this course, you will be introduced to other object-orientation program languages in addition to Java, such as C++ and possibly Ruby. You will also learn additional advanced object-oriented programming techniques (such as polymorphism) to design and implement a computer application.

...By Students

You might want to put on your thinking caps for this one. This course goes in great depth analyzing the core concepts of OOP(Object Oriented Programing). I personally found that using IDE's such as eclipse helped manage my files a lot better. And there are a lot of files to handle, sometimes up to 30 in one assignment.

Prerequisites

Data Structures and Algorithms (COMP 2140)
Programming Practices (COMP 2160)

Course Homepage

nTreePoint

Official Description

Aurora