- International Fees
International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
Course details
This hands-on, third-level computer programming fundamentals course follows on from COMP 2501– Programming Fundamentals Part 2 (Java). Students who already understand how to write computer programs in Python and Java will focus on object-oriented programming (OOP) best practices and design in preparation for higher-level software development courses. COMP 2601 introduces debugging intermediate-level programs with an OOP language specifically Java. It is the third step in in a series of three (3) applied programming fundamentals courses. Students must provide their own current model Windows capable PC, i5 or higher equivalent processor, 8 GB of RAM minimum, and 256 GB minimum storage. High-speed internet access is needed for online sections and for homework. Topics include: language syntax, data abstraction, with a deeper focus on encapsulation, inheritance, polymorphism, and exception handling. Design Patterns and collections will be applied to appropriate problems. Labs and exercises demonstrate concepts of design, development, and testing. Please Note: Attendance, participation in class and the BCIT Learning Hub are mandatory. Students may have an average total time commitment of 13+ hours per week; 3 hours of class time, and 10+ hours of homework each week. COMP 2601 is required for the Applied Software Development, ASD and the Computer Systems Certificate, CSC. Upon completion, successful students will be able to plan, write, and test significant OOP programs in Java. They will be able to apply design patterns and prepared move on to higher level application development courses in specific languages: Java, C# and C++.
Prerequisite(s)
- 60% in COMP 2501
Credits
3.0
Domestic fees
$556.70 - $568.70 See individual course offerings below for actual costs.
Course offerings
Fall 2023
Below is one offering of COMP 2601 for the Fall 2023 term.
CRN 50571
Duration
Tue Sep 26 - Tue Dec 12 (12 weeks)
- 12 weeks
- CRN 50571
- Domestic fees $556.70International fees are typically three times the amount of domestic fees.
Class meeting times
Dates | Days | Times | Locations |
---|---|---|---|
Sep 26 - Dec 12 | Tue | 18:30 - 21:30 | Online |
Instructor
Anca Datcu-Romano
Course outline
Domestic fees
$556.70
Important information
- Internet delivery format.
- Departmental approval needed
- Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
- International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
-
Please email cstflex@bcit.ca for Departmental approval. Include your Student number (A0#) and COMP__ and preferred CRN __ and Program Declaration____. Course is 36 hours synchronous online classes. Students cannot attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted. The start and end dates have been changed from Sep 12 – Nov 28 to Sep 26 – Dec 12.
Status
In Progress
This course offering is in progress. Please check this page for other currently available offerings, subscribe to receive email updates or contact us with your comments or questions.
Winter 2024
Below are three offerings of COMP 2601 for the Winter 2024 term.
CRN 89516
Duration
Fri Jan 05 - Fri Apr 05 (12 weeks)
- 12 weeks
- CRN 89516
- Domestic fees $568.70International fees are typically three times the amount of domestic fees.
Class meeting times
Dates | Days | Times | Locations |
---|---|---|---|
Jan 05 - Apr 05 | Fri | 18:00 - 21:00 | Online |
Instructor
Jason Wilder
Course outline
Course outline TBD — see Learning Outcomes in the interim.
Domestic fees
$568.70
Important information
- Internet delivery format.
- Departmental approval needed
- Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
- International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
-
Please email cstflex@bcit.ca for Departmental approval. Include your Student number (A0#) and COMP__ and preferred CRN __ and Program Declaration____. Course is 36 hours synchronous online classes. Students cannot attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted. No class March 15 and 29.
Status
Seats Available
2 seats remaining as of Mon December 4, 2023 at 2:56 am (PST). Availability may change at any time.
CRN 91632
Duration
Tue Jan 09 - Tue Mar 26 (12 weeks)
- 12 weeks
- CRN 91632
- Domestic fees $568.70International fees are typically three times the amount of domestic fees.
Class meeting times
Dates | Days | Times | Locations |
---|---|---|---|
Jan 09 - Mar 26 | Tue | 18:30 - 21:30 | Online |
Instructor
Anca Datcu-Romano
Course outline
Course outline TBD — see Learning Outcomes in the interim.
Domestic fees
$568.70
Important information
- Internet delivery format.
- Departmental approval needed
- Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
- International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
-
Please email cstflex@bcit.ca for Departmental approval. Include your Student number (A0#) and COMP__ and preferred CRN __ and Program Declaration____. Course is 36 hours synchronous online classes. Students cannot attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted.
Status
CRN 89503
Duration
Wed Jan 10 - Wed Mar 27 (12 weeks)
- 12 weeks
- CRN 89503
- Domestic fees $568.70International fees are typically three times the amount of domestic fees.
Class meeting times
Dates | Days | Times | Locations |
---|---|---|---|
Jan 10 - Mar 27 | Wed | 18:00 - 21:00 | Online |
Instructor
Paul Mills
Course outline
Course outline TBD — see Learning Outcomes in the interim.
Domestic fees
$568.70
Important information
- Internet delivery format.
- Departmental approval needed
- Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
- International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
-
Please email cstflex@bcit.ca for Departmental approval. Include your Student number (A0#) and COMP__ and preferred CRN __ and Program Declaration____. Course is 36 hours synchronous online classes. Students cannot attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted.
Status
Learning Outcomes
Upon successful completion of this course, the student will be able to:
- Apply object-oriented decomposition to break a program into multiple classes with well-defined interfaces.
- Implement proper object and class initialization and validation.
- Apply the properties of good OOP software design using encapsulation, information hiding, inheritance, and polymorphism to create easily extensible systems in the context of intermediate-level programs.
- Integrate the Java Collection Framework.
- Apply collection streaming and filtering in application design.
- Create and handle exceptions to write robust programs.
- Develop applications with Graphic User Interfaces, GUIs.
- Apply design techniques such as sequence diagrams, collaboration diagrams and class diagrams to define classes and their relationships when solving a problem.
- Design, implement, debug and write automated tests for intermediate-level programs in high-level OOP languages.
- Write programs addressing concurrency issues and basic multithreading concepts.
- Identify and implement relationships between classes and interfaces.
- Apply well-known design patterns to create flexible Object-Oriented program designs.
- Move on to higher-level software application development courses.
Effective as of Winter 2022
Related Programs
Programming Fundamentals Part 3 (Object Design) (COMP 2601) is offered as a part of the following programs:
School of Computing and Academic Studies
- Applied Software Development (ASD)
Associate Certificate Part-time
- Computer Systems
Certificate Part-time
Contact Us
If you have a question or comment about this course, please complete and submit the form below.
Subscribe
Interested in being notified about future offerings of Programming Fundamentals Part 3 (Object Design) (COMP 2601)? If so, fill out the information below and we'll notify you by email when courses for each new term are displayed here.
Programs and courses are subject to change without notice.