|
Nov 22, 2024
|
|
|
|
College Catalog 2023-2024 [ARCHIVED CATALOG]
|
COMP 118 - Object-Oriented Programming An introduction to the Object-Oriented Programming (OOP) paradigm. Emphasis is placed on a review of purely procedural programming with a transition to the use of objects, specifically the use of the C++ class mechanism. Coverage will include detailed probes of memory used in the elementary data structures of variables, arrays, and lists, including when allocated on either the runtime stack or heap. Topics will include pointers, recursion, operator overloading, and the use of inheritance for code reuse and extensibility. Solutions will emphasize good software engineering skills, including the steps that lead to verify “program correctness.” Specifically, how to write good (internal) documentation in your programs, including logical invariants for your loops and pre- and post-conditions standards for documenting functions and methods.
Prerequisites COMP 115 or permission of instructor.
Credits 1
Area Math and Computer Science
Foundation Quantitative Analysis
Compass Attributes Quantitative Analysis
|
|