M1 FORMATIVE Fundamental Concepts and Intro To OOP DELOS REYES
M1 FORMATIVE Fundamental Concepts and Intro To OOP DELOS REYES
M1 FORMATIVE Fundamental Concepts and Intro To OOP DELOS REYES
EXERCISE
1
Fundamental Concepts
Introduction to Object-Oriented Programming
It is considered as the newest programming language and more powerful paradigm. The object-
oriented programming requires the designer to specify the data structures as well as the types of
operations to be applied to those data structures. Using this language in a program is made up of a
set of cooperating objects instead of an instruction list.
Computer Unit
1.1.6 Procedure/s
➢ Benefits of using Java language include simplicity due to its straightforward characteristics and
less complex approach. Another is its object-oriented nature that performs standard programs and
reusable codes. Platform independency where it does not require special programs or software
and along with this is its distributed computing that allows several computers on a network to
work together. Security advantages on Java because it has no explicit pointer. Apart from this, it
has a security manager that defines the access of classes. Memory allocation due to its division
properties. In Java, memory is divided into two parts one is heap and another is stack. Whenever
we declare a variable JVM gives memory from either stack or heap space. It helps to keep the
information and restore it easily. Lastly, it is multithreaded because it has the capability of a
program to perform many tasks at the same time.
Criteria Grade
Total Score