Sunday 22 February 2015

Object-Oriented Programming (OOP) Concepts with Examples ?

ENCAPSULATION

INHERITANCE

POLYMORPHISM
  • Overloading
  • Overriding (or subtype polymorphism)
  • Parametric polymorphism through generics
  • Coercion (or implicit conversion)


ABSTRACTION


Coupling vs Cohesion


References:-

No comments:

Post a Comment