Difference between revisions of "W1401 Object Oriented Design"

From Coder Merlin
(Adding lines)
Line 1: Line 1:
'''Object Oriented Design''' is the programming methodology followed where object oriented approach remains as the basis of coding.
'''Object Oriented Design''' is the programming methodology followed where object oriented approach is followed while solving the problems.
 
== Introduction ==
=== Encapsulation ===
=== Information hiding ===
=== Inheritance ===
=== Interfaces ===
=== Polymorphism ===
== Key Concepts ==
== Exercises ==

Revision as of 09:04, 11 November 2020

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

Object Oriented Design is the programming methodology 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]