Goals
After
completing this module, you will be able to do the following:
Overview
Object-oriented
programming (OOP) is a programming paradigm using "objects" – data
structures consisting of data fields and methods together with their
interactions – to design applications and computer programs. Programming
techniques may include features such as data abstraction,
encapsulation,messaging, modularity, polymorphism, and inheritance. As hardware
and software became increasingly complex, manageability often became a concern.
Researchers developed object-oriented programming in part to address common
problems by strongly emphasizing discrete, reusable units of programming logic.
The technology focuses on data rather than processes, with programs composed of
self-sufficient modules ("classes"), each instance of
which("objects") contains all the information needed to manipulate
its own data structure ("members"). This is in contrast to the
existing modular programming that had been dominant for many years that focused
on the function of a module, rather than specifically the data, but equally
provided for code reuse, and self-sufficient reusable units of programming
logic,enabling collaboration through the use of linked modules (subroutines).
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |