8000 GitHub - iamon3/ExamSystem: ExamSystem Application is Simple Command Line App Developed in Core Java
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iamon3/ExamSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developed by Free Coder. 
ExamSystem is the application built considering following points
* api package in the application defines abstraction of this application.
* Anybody who wants to build Exam Application can be guided from api package
* All different types of objects can be created using abstract factory methods from examFactory package
* Content is important part of application which can be Readable, Audible, Visiual etc...
* It can be Objective Test or Subjective Test etc...
* It can be Readable, Audible, Visual Test etc...
* Each Question can be Readable, Audible, Visiual etc...
* Each Option in the test can be Readable, Audible, Visiual etc...
* Each Answer to the question can  be Readable, Audible, Visiual etc...
* Factory Pattern is used for creation of Various objects 
* Strategy patteren is used for all varible things mentioned above
* Singleton pattern is used for TestMenu
* To launch application please see Main.java

About

ExamSystem Application is Simple Command Line App Developed in Core Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0