JNTUk B.Tech Object-Oriented Programming Lab R13 Syllabus for Engineering it gives you detail information about Object-Oriented Programming Lab syllabus.
- Write a C++ program illustrating Variable Scope.
- Write a C++ program illustrating Swap integer values by reference.
- Write a C++ program illustrating Checking whether the number is even or odd using Ternary operator.
- Write a C++ program illustrating a program to find the roots of a quadratic equation .Use switch statements to handle different values of the discriminant (b^2-4*a*c).
- Write a C++ program illustrating interactive program to multiply 2 variables after checking the compatibility.
- Write a C++ program illustrating interactive program for computing the roots of a quadratic equation by handling all possible cases. Use streams to perform I/O operations.
- Write a C++ program illustrating to sort integer numbers.
- Write a C++ program illustrating factorial using recursion.
- Write a C++ program illustrating pass by value, pass by reference, pass by address.
- Write a C++ program illustrating Function overloading.
- Write a C++ program illustrating an interactive program for swapping integer, real, and character type variables without using function overloading .Write the same program by using function overloading features and compare the same with its C counterpart.
- Write a C++ program illustrating inline functions.
- Write a C++ program illustrating Friend function.
- Write a C++ program illustrating Exception handling.
- Write a C++ program illustrating Function template.
- Write a C++ program illustrating Overloading increment, decrement, binary+&<< operator.
- Write a C++ program illustrating Virtual function.
- Write a C++ program illustrating an interactive program to process complex numbers .It has to Perform addition, subtraction, multiplication, and division of complex numbers. print results in x+iy form. Create a class for the complex number representation.
- Write a C++ program illustrating user defined string processing functions using pointers (string length, string copy, string concatenation)
- Write a C++ program illustrating Constructor overloading (Both parameterised and default).
- Write a C++ program illustrating Copy constructor.
- Write a C++ program illustrating access data members & member functions using ‘THIS’ pointer.
- Write a C++ program illustrating for overloading ++ operator to increment data.
- Write a C++ program illustrating overloading of new and delete operator.
- Write a C++ program illustrating Abstract classes.
- Write a C++ program illustrating Inheritance (Multiple, Multilevel, Hybrid).
- Write a C++ program illustrating Virtual classes & virtual functions.
- Write a C++ program illustrating overloading function template.
- Write a C++ program illustrating Class template.
For more information about all JNTU updates please stay connected to us on FB and don’t hesitate to ask any questions in the comment.