Academia.eduAcademia.edu

Object model in Java: elements and application

1999, Information and Software Technology

Abstract

The Java programming language is a new object-oriented programming language that is gaining widespread popularity in the computer software industry because of its ease of learning, simplicity, generality, portability and networking capabilities. In this article, we discuss the semantic implementation in Java of each of the elements of the object model, identified by Booch [G. Booch, Object-Oriented Analysis and Design with Applications, 2nd Edition, Addison-Wesley, 1994], in addition to the mobility element. We show that Java, unlike other objectoriented languages, covers and simplifies all elements of the object model. An example illustrating those elements in Java will be drawn from a telecom software application.

Key takeaways

  • In this article, we study Java from the object model point of view.
  • Java supports abstraction by allowing the definition of classes with their attributes and methods and the creation of objects form such classes.
  • In the following we discuss the four minor elements of the object model and their implementation in Java.
  • The Java programming language provides the syntax and semantic for supporting all the eight elements of the object model.
  • The power of the Java object model is exploited and illustrated in the following application example.