aldiand / Matrix-OOP

Matrix calculation using OOP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix-OOP

Matrix-OOP is java program to learn Java Object Oriented Programming for Newbie

Code Explanation

Classes

There are two class in this project

Driver Class

Driver class is a class that contain main() method, in this case, main method is used to run the program and controll all class inside it

Matrix Class

Matrix class is a class that will be use as an Object, this class contain Methods and Attributs of the object

Readme will be update soon

About

Matrix calculation using OOP


Languages

Language:Java 100.0%