logo

Object Oriented Concepts

   

Added on  2023-02-01

23 Pages1237 Words77 Views
Object Oriented Concepts
SWE 4201

1

Agenda
Programming
Procedural programming
Object oriented programming.
Features of OOP
OOP concepts (Object and Class)

Programming
Programming is the craft of transforming requirements into
something that computer can
execute.

Procedural programming
Programmer implements requirement by breaking down them to
small steps (functional decomposition).

Programmer creates the “recipe” that computer can understand and
execute.

Procedural programming .....
What’s wrong with procedural programming language?
When requirements change
It hard to implement new feature that were not planned in the beginning.
Code blocks gets bigger and bigger.
Changes in code introduce many bugs.
Code gets hard to maintain.

Worst thing is that
Requirement

always change

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Answer 1 In structured oriented programming, it is all about the
|2
|393
|323

Unit 20 Advanced Programming - Assignment
|31
|3536
|337

Object Oriented Programming in Aviation Airlines
|8
|1302
|148

Principles Coupling Coupling
|13
|2294
|32

Object Oriented Programming Assignment: Championship Simulation
|8
|1988
|443

Introduction to C++ Programming Language in Eclipse IDE
|7
|1300
|168