CS-16 Object Oriented Systems Jan.-2001
Question Paper of Semester no. v CS-16 Object Oriented SystemsJan.-2001
Qus 1(0 Write a program in C++ to implement queue data structure using linked list. It may support the following operations:
(a) Delete a node from queue
(b) Insert a node at the front of queue
© Find out the length of a queue
Qus l(ii) Draw a class and instance diagram for looping statements in C-prograrmming language.
QUS l(iii) A directory file system contains information about files in a directory, including both ordinary files as well as other directory systems, prepare an object diagram which models directory files and ordinary files.
Qus 1 (iv) What is the purpose of dynamic modelling?

