Object Oriented Programming Vs Procedural Programming File

Object Oriented Programming Vs Procedural Programming File

Object Oriented Programming – SCJ2153 Procedural Programming vs Object Oriented Programming Associate Prof. Dr. Norazah Yusof Procedural Programming • Traditional programming languages were procedural. – C, Pascal, BASIC, Ada and COBOL • Programming in procedural languages involves choosing data structures (appropriate ways to store data), designing algorithms, and translating algorithm into code. 2 Procedural Programming • In procedural programming, data and operations on the data are separated. • This methodology requires sending data to procedure/functions. 3 Procedural Programming Data Elements Function A Function B 4 Object-Oriented Programming • Object-oriented programming is centered on creating objects rather than procedures/ functions. • Objects are a melding of data and procedures that manipulate that data. • Data in an object are known as attributes. • Procedures/functions in an object are known as methods. 5 Object-Oriented Programming Objects Attributes (data) Methods (behaviors / procedures) 6 Object-Oriented Programming • Object-oriented programming combines data and behavior (or method). This is called encapsulation. • Data hiding is the ability of an object to hide data from other objects in the program. • Only an object’s methods should be able to directly manipulate its attributes. • Other objects are allowed to manipulate an object’s attributes via the object’s methods. • This indirect access is known as a programming interface. 7 Object-Oriented Programming Objects Attributes (data) Typically private to this object Other Programming Objects Interface Methods (behaviors / procedures) 8 Benefits of Object-oriented programming • Save development time (and cost) by reusing code – once an object class is created it can be used in other applications • Easier debugging – classes can be tested independently – reused objects have already been tested 9 Object-Oriented Programming Languages Pure OO Languages Smalltalk, Eiffel, Actor, Java Hybrid OO Languages C++, Objective-C, Object-Pascal 10 .

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    10 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us