View Single Post
  #2 (permalink)  
Old 06-08-2008, 04:43 PM
syamrulezzz syamrulezzz is offline
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default

OOPS means Object Oriented Programming Languages and
Systems and is different from the Structural programming in
the fact that in OOPS programming you take advantage of
Polymorphism, Multiple inheritance and Abstraction and
Encapsulation of the data by using Private and this helps
in Security of Data while giving you the levarage to
program your software system with the maximum flexibility.
Reply With Quote