Difference between revisions of "Object Orientation (COMP 2150)"

From CompSciWiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Template:1010Topic
 
{{Template:1010Topic
 +
|Chapter_TOC=[[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 [[Glossary#polymorphism|polymorphism]]) to design and implement a computer application.
 
|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 [[Glossary#polymorphism|polymorphism]]) to design and implement a computer application.
 
|ByStudents= 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.
 
|ByStudents= 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.
Line 7: Line 8:
 
[[Programming Practices (COMP 2160)]]
 
[[Programming Practices (COMP 2160)]]
 
===Course Homepage===
 
===Course Homepage===
[http://courses.cs.umanitoba.ca/index.aspx?sec=4669& COMP 2150]
+
[http://courses.cs.umanitoba.ca/index.aspx?sec=4669& nTreePoint]
 
===Official Description===
 
===Official Description===
 
[http://aurora.umanitoba.ca/banprod/bwckctlg.p_disp_course_detail?cat_term_in=201150&subj_code_in=COMP&crse_numb_in=2150 Aurora]
 
[http://aurora.umanitoba.ca/banprod/bwckctlg.p_disp_course_detail?cat_term_in=201150&subj_code_in=COMP&crse_numb_in=2150 Aurora]
 
}}
 
}}

Latest revision as of 08:25, 9 December 2010

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