shodZ

Sunday, August 29, 2004

OOP Concepts

  • Inheritance -- inheriting from parents
  • Polymorphism -- context specific functions
  • Encapsulation -- propery of object(data and the methods required to act on it)
  • Abstraction -- scope resolution
  • Dynamic and Static binding -- Early and Late binding
  • Persistance - ability to live beyond scope
  • Concurrence -- Concurrent execution
  • Reflection -- ability to introspect self
  • Object Composition -- i still gotto check his out myself!!!

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]



<< Home