CS-16 Object Oriented Systems Dec -2003
Question Paper of CS-16 Object Oriented Systems Dec -2003
Ous l (a) Define the following terms with examples :
i. Interaction Diagrams
ii. Object Model
iii. Data Abstraction
Qus l(b) Design a Circular Doubly Linked List Class. The class should include all functionalities relating to a Circular Doubly Link Creation, Insertion, Deletion and Printing of elements etc. Do the following while designing classes.
i. Indicate Public and Private elements
ii. Design constructors
iii. Identify data structures and methods, which can be inherited.
iv. Implementation should be in C++