Monday 19 March 2018

Fundamental of Object Oriented Programming

  • Our computer programs consists of two element i.e code and data. A program is conceptually organized around the data.
  • According to the way of flow of the data, there are two types of programming paradigms.The first way is called procedure oriented programming.In which everything is organized in functions by functions.
  • Flow of execution of the program is taken through the liner steps.The emphasis is given on the procedures rather than data.The data can be accessed anywhere in the functions.So there is no security for this data.
  • C is the best example of such procedure oriented programming. C language employed this programming approach successfully.
  •  
                                    Fig: Procedure Oriented Methodology

The second way is called object oriented programming.Basically,it is introduced to eliminate the flaws in the procedure oriented programming.
 
It is the best way to manage the increasing complexity in procedure orientation.Object Oriented programming organizes the program around the object i.e it treats the data as a critical element in the program development and does not allow it to flow freely around the system.
 
It ties this data more closely to the functions that operate on it and protects it from unintentional by other functions.
An object oriented programming can be characterized as 'data controlling access to code'. It has been given several organizational benefits.
                               Fig: object oriented Methodology

As shown in the above figure the data is centered element in the object, which can be only be accessed by all the functions defined in it. ( In java's terminology, function is called as method).

Object Oriented Programming is having following main features.

   Reduction in the complexity
      Program are divided into objects, which reduces the complexity of the program.

   Importance of data
      Emphasis is given on the data rather than procedure.

   Creation of new data structure
      Method that operate on the data of an object are tied together in a single data structure.

   Data Hiding
      The data used in different object is hidden from outside world.They can not be accessed outside functions.

   Characterization of the objects
      Data structures are designed such a way that they characterize the objects.

   Communication among objects
      Objects in a single program can communicate with each other through methods.

   Extensibility
      New data and methods can be easily added whenever necessary. So, usability of the program is extended.

0 Comments:

Post a Comment

Popular Posts

Categories

AI (27) Android (24) AngularJS (1) Assembly Language (2) aws (17) Azure (7) BI (10) book (4) Books (114) C (77) C# (12) C++ (82) Course (60) Coursera (176) coursewra (1) Cybersecurity (22) data management (11) Data Science (89) Data Strucures (6) Deep Learning (9) Django (6) Downloads (3) edx (2) Engineering (14) Excel (13) Factorial (1) Finance (5) flutter (1) FPL (17) Google (19) Hadoop (3) HTML&CSS (46) IBM (25) IoT (1) IS (25) Java (92) Leet Code (4) Machine Learning (44) Meta (18) MICHIGAN (5) microsoft (3) Pandas (3) PHP (20) Projects (29) Python (745) Python Coding Challenge (200) Questions (2) R (70) React (6) Scripting (1) security (3) Selenium Webdriver (2) Software (17) SQL (40) UX Research (1) web application (8)

Followers

Person climbing a staircase. Learn Data Science from Scratch: online program with 21 courses