Difference between revisions of "W1401 Object Oriented Design"

From Coder Merlin
(Some Changes)
Line 1: Line 1:
'''Object Oriented Design''' is the programming methodology followed where object oriented approach is followed while solving the problems.
'''Object Oriented Design''' is the programming paradigm followed where object oriented approach is followed while solving the problems.


== Introduction ==
== Introduction ==
Line 9: Line 9:
== Key Concepts ==
== Key Concepts ==
== Exercises ==
== Exercises ==
== References ==

Revision as of 12:38, 13 November 2020

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Object Oriented Design is the programming paradigm followed where object oriented approach is followed while solving the problems.

Introduction[edit]

Encapsulation[edit]

Information hiding[edit]

Inheritance[edit]

Interfaces[edit]

Polymorphism[edit]

Key Concepts[edit]

Exercises[edit]

References[edit]