CS-16 Object Oriented Systems June-2002
Question Paper of CS-16 Object Oriented Systems June-2002
Qus 1 (a) Define the following terms with examples:
(i) Exception Handling
(ii) Derived Classes
(iii) Header Files
(iv) Data Abstraction
Qusl(b)Design a Singly Linked List Class. The class should include all functionalities relating to a Singly Linked List like Creation, Insertion, Deletion, Printing of el ements etc. Observe the following while designing classes:
i. Clearly indicate Public, and private elements.
ii. Design Constructors and explain their purpose.
iii. Identify data structures and methods, which can be inherited.
iv. Implementation should be in C++.

