Subject: Object-oriented programming (OOP)
Author: Alex_Raj
Posted on: 12/03/2013 06:50:29 AM
Object-oriented programming (OOP) is a programming that represents concepts as objects that have data fields and associated procedures known as methods. The focus of OOP is on data. Objects can be thought of as encapsulating their data with a set of functions designed to ensure that the data are used appropriately.
Replies:
References: