Chapter 1
Basic Concepts of Object Oriented Programming
1.1 Object Oriented Programming (OOP)
Object oriented programming is known as OOPs. Object oriented programming is an approach that provides a way of modularizing programs by creating partitioned memory area for both data and functions that can be used as templates for creating copies of such modules on demand. (i.e. OOP allows us to decompose a problem into a number of entities called objects and the builds data and functions around these entities).
Example :
--------------------------------------------------------------------------------------------------------------------------
Example :
--------------------------------------------------------------------------------------------------------------------------
0 comments:
Post a Comment