CS-16 Object Oriented System June -2001
Qus2 (a) Prepare an object model to describe undirected graphs. An undirected graph consists of a set of vertices and a set of edges. Edges connect pairs of vertices. Your model should capture only the structure of graphs (i.e., connectivity) and need not be concerned with geometrical details such as location of vertices or lengths of edges.
Qus2 (b) In your own words, describe why the recursive/parallel process model is appropriate for object-oriented systems.
In object oriented programming object is a group of data and functions. It is a combined unit operated by procedures for some

