What Is Object Oriented Programming (OOP)

Object oriented programming (oops ) is an emerging major programming paradigm. much of its approach to program and system design is owned to concepts which also gave rise to structured programming , an object is a particular instance of a class and consists, essentially, of data which defines its characteristics and current status together with procedures, or methods , which operates the object

For instance:
an object may be a bank account processing data items which record the name and address of its owner and its current balance. it may have associated methods which allow its creation, daletion and amendment with deposits and withdraws.

Post a Comment

Note: Only a member of this blog may post a comment.