项目作者: gabrielkunz

项目描述 :
Java programs made using NetBeans IDE
高级语言: Java
项目地址: git://github.com/gabrielkunz/java-projects.git
创建时间: 2021-03-24T02:05:26Z
项目社区:https://github.com/gabrielkunz/java-projects

开源协议:MIT License

下载


Java Projects

Java programs made using NetBeans IDE (JDK 8) and VS Code (OpenJDK 11).

Assignment01/

Program implementing abstract classes, class inheritance and exceptions according to the diagram below:

alt text

Assignment02/

Program implementing the class diagram below (in Brazilian Portuguese). Where:

  • Class Pessoa = for Person objects
  • Class Professor = for Professor objects
  • Class Aluno = for Student objects
  • Class Curso = for Course objects
  • Class Titulação = for Academic Title objects

Assignment03/

Program for string manipulation.

Assignment04/

Final assignment.

alt text

Program01/

Introduction to NetBeans IDE. Input dialog program with output on terminal.

Program02/

Introduction to class concepts, class inheritance and exceptions.

Program02/

Introduction to the abstract class concept.