Object-oriented modeling using C++

  • Authors:
  • D. Peter Sanderson;Lawrence L. Rose

  • Affiliations:
  • Department of Computer Science, University of Pittsburgh, 322 Alumni Hall, Pittsburgh, PA;Department of Computer Science, University of Pittsburgh, 322 Alumni Hall, Pittsburgh, PA

  • Venue:
  • ANSS '88 Proceedings of the 21st annual symposium on Simulation
  • Year:
  • 1988

Quantified Score

Hi-index 0.00

Visualization

Abstract

Object-oriented modeling provides a natural and powerful paradigm for representing the elements of a discrete-state system and their behavior. The concepts of encapsulation and inheritance are central to the realization of the object orientation. The C + + programming language supports encapsulation through the class construct, and inheritance through derived classes. A hierarchy of C + + classes designed to support an event-oriented simulation viewpoint is presented. The use of this package is demonstrated through an example program for simulating the operation of a simple computer system.