2023 - 2024 College Catalog 
    
    May 09, 2025  
2023 - 2024 College Catalog [ARCHIVED CATALOG]

CITA 415 - Object Oriented Programming I


Credit Hours: 3
Lecture Hours: 3
Laboratory (or Other) Hours: 0

Prerequisite(s): CITA 140 - Introduction to Programming I  
This course is a study of concepts and problem-solving techniques in an object-oriented programming language. Emphasis is on learning the skills necessary to the development of object-oriented programs. The course covers topics such as Object-oriented Programming, variables, programming rules, looping, branching, and exception handling. 

Student Learning Outcomes of the Course: Students will be able to: 

  1. Compare and contrast Object-Oriented Programming classes and interfaces
  2. Evaluate expressions and apply precedence rules
  3. Identify and apply the different looping statements: for, while, do-while
  4. Differentiate and apply the branching statements: if, if-else, if-else-if, and switch
  5. Define variables, describe the differences between types, and initialize and assign variable values.