top of page
SIMPLE OBJECT ORIENTED (OO) PROGRAMMING
During this particular course session, we were focusing on developing a simple programme using Java. Java is one of the most popular programming languages, which is class-based, object-oriented, and designed to have as few implementation dependencies as possible (Oracle, 2020). We were obliged to submit an assignment, creating a simple programme for calculating the area of a circle and Fibonacci calculation.
(Simple OO Programme Code)
bottom of page