Data types and abstraction

  • Authors:
  • Hunyadi Ioan Daniel;Popa M. Emil;Musan Mircea

  • Affiliations:
  • Department of Informatics, University "Lucian Blaga" of Sibiu, Sibiu, Romania;Department of Informatics, University "Lucian Blaga" of Sibiu, Sibiu, Romania;Department of Informatics, University "Lucian Blaga" of Sibiu, Sibiu, Romania

  • Venue:
  • ICCOMP'08 Proceedings of the 12th WSEAS international conference on Computers
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

In designing object-oriented programs, one of the primary concerns of the programmer is to develop an appropriate collection of abstractions for the application at hand, and then to define suitable abstract data types to represent those abstractions. In so doing, the programmer must be conscious of the fact that defining an abstract data type requires the specification of both a set of values and a set of operations on those values. In this paper I defined a C++ class hierarchy which is used to represent the basic repertoire of abstract data types.