Posts

Showing posts from February, 2022

JAVA INSTALLATION AND OBJECT-ORIENTED PROGRAMMING PRINCIPLES

Image
Java is an object-oriented programming language. It was developed with the idea that “write once run anywhere”. Java can be installed using the following tutorials  1. Java Downloads - https://www.oracle.com/java/technologies/downloads/  2. Java Installation - https://www.youtube.com/watch?v=23FrsQiCBhA&t=34s  3. Java Hello World Program - https://www.geeksforgeeks.org/java-hello-world-program/  4. Explanation of Java Hello World Program - https://www.programiz.com/java-programming/hello-world/ Features of Object-Oriented Programming Object oriented programming model makes use of the concept of classes and objects. The software programs that use this model arrange the entire program around data and objects unlike other programming paradigm’s where the program is arranged according to functions and logic. (See Alexander s Gillis, Sarah Lewis,2019) This approach follows the following concepts for software development (see Java oops Concepts,2021)          Object – Object refers to a