项目作者: MichaelReiter

项目描述 :
Coursework from CSC 115 (Spring 2015) at UVic.
高级语言: Java
项目地址: git://github.com/MichaelReiter/CSC115.git
创建时间: 2015-06-02T23:16:47Z
项目社区:https://github.com/MichaelReiter/CSC115

开源协议:

下载


CSC115

Coursework from CSC 115 (Spring 2015) at UVic.

This course focused on teaching fundamentals of object oriented programming and common abstract data structures.
Some topics covered included

  • the Java programming language
  • systematic development and maintenance of software systems and documentation
  • basic algorithms and data structures
  • concepts of object-oriented programming
  • control and data abstraction, modularization, abstract data types
  • layers of abstraction, information hiding, and separation of concerns
  • program design
  • software libraries
  • techniques for development