Skip to main content
UMGC
Computer Science
3 credits

UMGC CMIS 242: Intermediate Programming

CMIS 242 is UMGC's object-oriented Java course: classes, inheritance, polymorphism, exceptions, generics, and graphical interfaces, assessed through weekly programming projects. It follows the introductory Java course and is where programs stop being scripts and start being designed.

Fennie is independent and not affiliated with University of Maryland Global Campus. This is an unofficial study guide.

Build my CMIS 242 study plan

What makes it hard

The conceptual jump from writing procedural code to designing class hierarchies is the wall — inheritance and polymorphism demand a different way of thinking, and the projects grade design and documentation, not just output. Falling one project behind in an 8-week session means learning two abstractions at once.

What you'll cover

  • Classes and objects
  • Inheritance and polymorphism
  • Exception handling
  • Generics and collections
  • GUI programming
  • File I/O

The CMIS 242 study guide

How to study for UMGC CMIS 242, step by step.

  1. 1

    Re-warm your Java before the session starts

    CMIS 242 assumes the introductory course's material is fluent, not familiar. A weekend rewriting a few old programs pays for itself in week 1, especially if your last Java course was sessions ago.

  2. 2

    Diagram the classes before coding each project

    Sketch what each class knows and does, and how they relate, before opening the IDE. Most intermediate-Java struggles are design problems that no amount of syntax fixes.

  3. 3

    Give inheritance and polymorphism the heavy week

    These are the concepts with no procedural equivalent and the hinge of every later project. Work extra examples the week they arrive — confusion here compounds through the rest of the session.

  4. 4

    Start each project the day it opens

    Weekly projects with GUIs and file I/O always surface surprises. An early start turns a Sunday crisis into a Tuesday question you can actually get answered.

  5. 5

    Run the session on a Fennie Daily Plan

    Upload the CMIS 242 schedule and Fennie paces each project's design, coding, and testing across your available days, with flashcards on the OOP vocabulary generated from your actual course materials. It's free to start.

    Start my CMIS 242 plan free

How Fennie helps with CMIS 242

Upload the CMIS 242 schedule and Fennie's Daily Plans pace each weekly project from design to testing around your work hours, with the inheritance weeks given the extra room they need. Chat through class-design questions before you code, and drill flashcards on the OOP vocabulary — polymorphism, overriding, generics — that the projects and discussions both lean on.

FAQ

Is UMGC CMIS 242 hard?

It's a real step up from introductory programming — object-oriented design is a new way of thinking, not just new syntax. Students who diagram before coding and keep pace with the weekly projects manage it well.

What do you build in CMIS 242?

Weekly Java programming projects of increasing complexity: class hierarchies with inheritance, exception handling, generics, file I/O, and graphical interfaces. Design quality and documentation are graded alongside correctness.

What comes after CMIS 242?

It's the prerequisite for UMGC's upper-level programming and data-structures work and for much of the software development track. The OOP foundation here is assumed cold in everything that follows.

Pass CMIS 242 with a plan, not a cram

Upload your CMIS 242 materials and Fennie generates a Daily Plan paced to your deadline — plus chat, flashcards, and quizzes built from the actual course content.

Get started free

More UMGC courses