Threesuns

Email

Contact

All Semesters

Semesters

All Courses

Courses

C++ Programming Language

CSCI2843

3 credits

Generic Course Syllabus

Syllabus

C++ Programming Language

Get Notified

An email will be sent to you when the course is being offered

The information shown on this page is simply that, information. This information is related only to this course in general, not to a specific class or instance of this course that is being offered. The labs shown on this page are those that I have created for this course, they are not those that are specifically assigned. For actual class information, the information that my current students should be looking at, return to the homepage and choose a currently offered class.

Description

Programming techniques in object-oriented programming, including data abstraction, inheritance, polymorphism, and dynamic object creation. Emphasis will be placed on the reusability of objects and the focus on object concepts as they deal with future program maintenance. Prerequisite: CSYS 1203 and CSCI 2473 or instructor approval.

0 Files available

Materials

Objectives

  1. Students should be able to interpret written programming specifications
  2. Students should be able to debug and test C++ programs
  3. Students should be able to setup a C++ development environment
  4. Students should be able to use algorithmic problem solving
  5. Students should be able to apply object-oriented programming practices including data abstraction, inheritance, polymorphism
  6. Students should be able to use top down design principles for the C++ language