Ticker

6/recent/ticker-posts

Object Oriented Programming With C++

Object Oriented Programming 

“Object oriented programming as 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”. 

Object Oriented Programing
Object Oriented Programing 

Features of the Object Oriented programming 

1. Emphasis is on doing rather than procedure. 

2. programs are divided into what are known as objects. 

3. Data structures are designed such that they characterize the objects. 

4. Functions that operate on the data of an object are tied together in the data structure. 

5. Data is hidden and can’t be accessed by external functions. 

6. Objects may communicate with each other through functions. 

7. New data and functions can be easily added. 8. Follows bottom-up approach in program design. 

ALSO SEARCH:

"object oriented programming C++"

"object-oriented programming concepts"

"object-oriented programming examples"