项目作者: kanmani-kamalanathan

项目描述 :
Programs in Java for Object Oriented Programming
高级语言: Java
项目地址: git://github.com/kanmani-kamalanathan/Object-Oriented-Programming-in-Java.git


This repo contains Java programs which implement the concept of Object Oriented Programming. Object-oriented programming (OOP) is a computer programming model that organizes software design around data, or objects, rather than functions and logic. An object can be defined as a data field that has unique attributes and behavior.