Mar 28, 2024  
Course/Program Inventory 
    
Course/Program Inventory

CITC 1315 - Java Programming II



Credit hours: 3

Course Description:
This course continues the coverage of the fundamental concepts of Object Oriented Programming. Topics will include Super Classes, Sub Classes, Polymorphism, Inheritance, Stacks, Queues, and Lists. User Designed classes are implemented.  

Student Learning Outcomes:
Students will be able to:

  1. Write super classes and sub classes.
  2. Understand polymorphism, inheritance, and recursion.
  3. Use arrays to create stacks and queues.
  4. Create linked lists and use lists to create stacks.