Object-oriented Programming

Object-oriented programming (OOP) originated in the SIMULA language for discrete event simulation. The desire was to simulate large numbers of similar objects in an efficient manner. A class/instance representation achieves this goal.

Classes are arranged in a hierarchy, with inheritance of behaviors from higher classes.

Contents    Page-10    Prev    Next    Page+10    Index