Concurrent Programming with Java
Lab Manual, Version 1.0, F. Astha Ekadiyanto, 2002.

[Contents] [Next] [Previous]

Lab 1: Introduction to Lab. Environment and Object Orientation


Object First

Hopefully, the brief introduction above can help with some basic skills on using the tools and about the object oriented programming concept. Now to get into practice!

We will try to model the structure of Mobile Communication Network Management and construct classes and object to represent the interaction of every element in the system. (Since this is a Java Programming lab and not a mobile communication course, there could be some false assumption about the Mobile System, but it is just a tool to learn anyway. : )

The classes that may represent the components of a Mobile Network are:

 


[Contents] [Next] [Previous]