Please enable JavaScript.
Coggle requires JavaScript to display documents.
Comparing Procedural and Object-orientated programming concepts (Object…
Comparing Procedural and Object-orientated programming concepts
Procedural Programming
modules
aka Procedures
subroutines
methods
functions
executes in sequance
procedures call on other procedures
Object orientated
creating objects
creating applications
creating classes
group/collection of objects
class definition describes attributes
properties of the object
Graphical user interface(GUI)
Computer simulations
Encapsulation
enclosure of methods and data
concealment of an objects data
Inheretance
Polymorphism(many forms)