Syllabuses


What are exceptions? How are they handled? What do you mean by Array Index Out of Bound Exception and Null Pointer Exception? Explain with an example.

What are exceptions? How are they handled? What do you mean by Array Index Out of Bound Exception and Null Pointer Exception? Explain with an example.

Explain in detail about the object oriented methodology of designing any library management system. What are the various object and class diagrams in it? Design and briefly explain them.

Explain in detail about the object oriented methodology of designing any library management system. What are the various object and class diagrams in it? Design and briefly explain them.

Discuss polymorphism in detail. What are different ways to implement polymorphism in C++? Explain them with syntax.

Discuss polymorphism in detail. What are different ways to implement polymorphism in C++? Explain them with syntax.

Explain the concept behind inheritance in object oriented programming by taking an example. Define multiple, multilevel and hybrid inheritance with diagram and syntax.

Explain the concept behind inheritance in object oriented programming by taking an example. Define multiple, multilevel and hybrid inheritance with diagram and syntax.

Explain the role of constructors and destructors in a class. What are the various types of constructors in C++? Write appropriate syntax for copy constructor and parameterized constructors.

Explain the role of constructors and destructors in a class. What are the various types of constructors in C++? Write appropriate syntax for copy constructor and parameterized constructors.

Access modifiers in C++ are used to protect the members of a class. Explain each access specifier and give one example of each access specifier in C++.

Access modifiers in C++ are used to protect the members of a class. Explain each access specifier and give one example of each access specifier in C++.

What do you mean by term class and object? Write an example syntax to define a class in C++. Explain the relation between class and object in C++.

What do you mean by term class and object? Write an example syntax to define a class in C++. Explain the relation between class and object in C++.

Explain the concept of Encapsulation and Data abstraction in detail. Write a C++ code to show these concepts encapsulation of data.

Explain the concept of Encapsulation and Data abstraction in detail. Write a C++ code to show these concepts encapsulation of data.

Explain the difference between procedural language and object oriented programming language. What are the merits and demerits of object oriented methodologies?

Explain the difference between procedural language and object oriented programming language. What are the merits and demerits of object oriented methodologies?

Discuss the role of object oriented technology in designing an object model? When is it beneficial to use object model for any task?

Discuss the role of object oriented technology in designing an object model? When is it beneficial to use object model for any task?