Syllabuses


Explain concept of Association and Aggregation in object-oriented approach. What is Abstract class? Why Abstract classes are used in C++?

Explain concept of Association and Aggregation in object-oriented approach. What is Abstract class? Why Abstract classes are used in C++?

Discuss construction and destruction of an object. Write a program to show the various phases of a simple base class in C++.

Discuss construction and destruction of an object. Write a program to show the various phases of a simple base class in C++.

What do you mean by the term class object? What is the relation (syntax) to access object in C++? Write an example and identify in brief.

What do you mean by the term class object? What is the relation (syntax) to access object in C++? Write an example and identify in brief.

What are the different kinds of relationship among classes in C++? Explain.

What are the different kinds of relationship among classes in C++? Explain.

What is Object Oriented Programming? Write merits and demerits of OOPs and also write applications of object-oriented programming.

What is Object Oriented Programming? Write merits and demerits of OOPs and also write applications of object-oriented programming.

Write short notes on any two of the following: i) Queue using linked list ii) Hashing iii) Post fix expression evaluation iv) Different types of searching techniques

Write short notes on any two of the following: i) Queue using linked list ii) Hashing iii) Post fix expression evaluation iv) Different types of searching techniques

Explain bubble sort algorithm and simulate it for the following data 35, 33, 42, 10, 14, 19, 27, 44. What sort algorithm will you apply and justify your data to be sorted using that algorithm from the following data 35, 33, 42, 10, 14, 19, 27, 44.

Explain bubble sort algorithm and simulate it for the following data 35, 33, 42, 10, 14, 19, 27, 44. What sort algorithm will you apply and justify your data to be sorted using that algorithm from the following data 35, 33, 42, 10, 14, 19, 27, 44.

Write a C program to insert and delete elements in the Binary search tree and display the tree in inorder traversal.

Write a C program to insert and delete elements in the Binary search tree and display the tree in inorder traversal.

Insert the elements 18, 23, 8, 12, 10, 14, 19, 27, 44, 4, 21, 36, 14, 22, 91, 8, 22, 81, 10 into the following linked list 4, 21, 36, 14, 62, 91, 8, 22, 81, 10.

Insert the elements 18, 23, 8, 12, 10, 14, 19, 27, 44, 4, 21, 36, 14, 22, 91, 8, 22, 81, 10 into the following linked list 4, 21, 36, 14, 62, 91, 8, 22, 81, 10.

Write short notes on any two of the following: i) Queue using linked list ii) Hashing iii) Post fix expression evaluation iv) Linked list operations

Write short notes on any two of the following: i) Queue using linked list ii) Hashing iii) Post fix expression evaluation iv) Linked list operations