Skip to main content

Programming Fundamentals Part 3 (Object Design) COMP 2601

Computer Systems Course

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)

Credits

3.0

Cost

$544.99 - $570.88 See individual course offerings below for actual costs.

Course offerings

Winter 2023

Below are two offerings of COMP 2601 for the Winter 2023 term.

CRN 89516

Duration

Fri Jan 06 - Fri Mar 31 (12 weeks)

  • 12 weeks
  • CRN 89516
  • $544.99
Class meeting times
Dates Days Times Locations
Jan 06 - Mar 31 Fri 18:00 - 21:00 Online
Instructor

Jason Wilder

Course outline

View

Cost

$544.99

Important information
  1. Internet delivery format.
  2. Departmental approval needed
  3. Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
  4. Please email cstpts@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 on March 17.
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.

CRN 89503

Duration

Wed Jan 11 - Wed Mar 29 (12 weeks)

  • 12 weeks
  • CRN 89503
  • $544.99
Class meeting times
Dates Days Times Locations
Jan 11 - Mar 29 Wed 18:00 - 21:00 Online
Instructor

Paul Mills

Course outline

View

Cost

$544.99

Important information
  1. Internet delivery format.
  2. Departmental approval needed
  3. Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
  4. Please email cstpts@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

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.

Spring/Summer 2023

Below are three offerings of COMP 2601 for the Spring/Summer 2023 term.

CRN 67211

Duration

Wed Apr 12 - Wed Jun 28 (12 weeks)

  • 12 weeks
  • CRN 67211
  • $544.99
Class meeting times
Dates Days Times Locations
Apr 12 - Jun 28 Wed 18:00 - 21:00 Online
Instructor

Paul Mills

Course outline

Course outline TBD — see Learning Outcomes in the interim.

Cost

$544.99

Important information
  1. Internet delivery format.
  2. Departmental approval needed
  3. Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
  4. Please email cstpts@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 can not attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted.
Status

Seats Available

1 seat remaining as of Wed March 29, 2023 at 3:21 pm (PDT). Availability may change at any time.

CRN 68746

Duration

Sat Apr 22 - Sat Jul 22 (12 weeks)

  • 12 weeks
  • CRN 68746
  • $570.88
Class meeting times
Dates Days Times Locations
Apr 22 - Jul 22 Sat 09:00 - 12:00 Downtown DTC Rm. 410
Instructor

Frederic Guo

Course outline

Course outline TBD — see Learning Outcomes in the interim.

Cost

$570.88

Important information
  1. Departmental approval needed
  2. Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
  3. Please email cstpts@bcit.ca for Departmental approval. Include your Student number (A0#) and COMP__ and preferred CRN __ and Program Declaration____. Course is 36 hours on campus. This is a BYOD (bring your own device) course, participants must provide their own current model PC with an i5 or higher equivalent processor, 8 GB of RAM minimum, 256 GB minimum storage and high-speed internet access. Late registration is not permitted. No class May 20 (Victoria Day) and July 1 (Canada Day).
Status

CRN 68025

Duration

Fri Apr 14 - Fri Jul 07 (12 weeks)

  • 12 weeks
  • CRN 68025
  • $544.99
Class meeting times
Dates Days Times Locations
Apr 14 - Jul 07 Fri 18:00 - 21:00 Online
Instructor

Jason Wilder

Course outline

Course outline TBD — see Learning Outcomes in the interim.

Cost

$544.99

Important information
  1. Internet delivery format.
  2. Departmental approval needed
  3. Important course information will be sent to you prior to your course start date. Check your myBCIT email account to access this information.
  4. Please email cstpts@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 can not attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted. No class June 30.
Status

Full

This course offering is full. Please check this page for other currently available offerings, subscribe to receive email updates or contact us with your comments or questions.

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

  1. Applied Software Development (ASD)
    Associate Certificate Part-time
  2. Computer Systems
    Certificate Part-time

Contact Us

If you have a question or comment about this course, please complete and submit the form below.

  • Privacy Notice: The information you provide will be used to respond to your request for BCIT program information and is collected under Section 26(c) of the Freedom of Information and Protection of Privacy Act (FIPPA). For more information about BCIT’s privacy practices contact: Associate Director, Privacy, Information Access & Policy Management, British Columbia Institute of Technology, 3700 Willingdon Ave. Burnaby, BC V5G 3H2, email: privacy@bcit.ca.
  • This field is for validation purposes and should be left unchanged.

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.

  • Privacy Notice: The information you provide will be used to respond your request for BCIT course information and is collected under Section 26(c) of the Freedom of Information and Protection of Privacy Act (FIPPA). For more information about BCIT’s privacy practices contact: Associate Director, Privacy, Information Access & Policy Management, British Columbia Institute of Technology, 3700 Willingdon Ave. Burnaby, BC V5A 3H2, email: privacy@bcit.ca.