Q1. Describe in brief about the relationships among the classes, quality classes and objects.
Q2. Write detail notes on:
a) Conceptual clustering
b) Prototype theory analysis
Q3. In brief describe about the traditional methods used in the Object oriented model.
Q4. Illustrate the various notations used to identify the Method?
Q5. List out all the approaches to recognize service?
Q6. State a class string to work as a user defined string type. Write down a C++ program to:
a) Make an uninitialized string by using Constructor.
b) Create objects with the strings
c) Concatenates two strings
d) Display a desired string object
Q7. What do you mean by friend functions and friend classes? Explain how are they helpful? Describe with illustrations?