Skip to main content

Programming Fundamentals Part 3 (Object Design) COMP 2601

Computer Systems Course

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)

Credits

3.0

Domestic fees

$568.70

Course offerings

Spring/Summer 2024

Below are four offerings of COMP 2601 for the Spring/Summer 2024 term.

CRN 69489

Duration

Sat Apr 27 - Sat Jul 27 (12 weeks)

  • 12 weeks
  • CRN 69489
  • Domestic fees $568.70
    International fees are typically three times the amount of domestic fees.
Class meeting times
Dates Days Times Locations
Apr 27 - Jul 27 Sat 09:00 - 12:00 Online
Instructor

Jason Wilder

Course outline

Course outline TBD — see Learning Outcomes in the interim.

Domestic fees

$568.70

Important information
  1. Internet delivery format.
  2. Departmental approval needed
  3. International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
  4. 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 can not attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. No class May 18 (Victoria Day) and June 29 (Canada Day). Late registration is not permitted.
Status

CRN 69288

Duration

Tue Apr 09 - Tue Jun 25 (12 weeks)

  • 12 weeks
  • CRN 69288
  • Domestic fees $568.70
    International fees are typically three times the amount of domestic fees.
Class meeting times
Dates Days Times Locations
Apr 09 - Jun 25 Tue 18:30 - 21:30 Online
Instructor

Anca Datcu-Romano

Course outline

View

Domestic fees

$568.70

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. International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
  5. 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

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 67211

Duration

Wed Apr 10 - Wed Jun 26 (12 weeks)

  • 12 weeks
  • CRN 67211
  • Domestic fees $568.70
    International fees are typically three times the amount of domestic fees.
Class meeting times
Dates Days Times Locations
Apr 10 - Jun 26 Wed 18:00 - 21:00 Online
Instructor

Paul Mills

Course outline

View

Domestic fees

$568.70

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. International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
  5. 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 can not 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.

CRN 68025

Duration

Thu May 09 - Thu Jul 25 (12 weeks)

  • 12 weeks
  • CRN 68025
  • Domestic fees $568.70
    International fees are typically three times the amount of domestic fees.
Class meeting times
Dates Days Times Locations
May 09 - Jul 25 Thu 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
  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. International fees are typically three times the amount of domestic fees. Exact cost will be calculated upon completion of registration.
  5. 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 can not attempt COMP 1516, COMP 2501, and COMP 2601 simultaneously. Late registration is not permitted.
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:

  • Indicates programs accepting international students.
  • Indicates programs with a co-op option.

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.