3rd Sem, IT

CS3381: Object Oriented Programming Laboratory syllabus for IT 2021 regulation

Object Oriented Programming Laboratory detailed syllabus for Information Technology (IT) for 2021 regulation curriculum has been taken from the Anna University official website and presented for the IT students. For course code, course name, number of credits for a course and other scheme related information, do visit full semester subjects post given below.

For Information Technology 3rd Sem scheme and its subjects, do visit IT 3rd Sem 2021 regulation scheme. The detailed syllabus of object oriented programming laboratory is as follows.

Object oriented programming Laboratory

Course Objectives:

  • To build software development skills using java programming for real-world applications.
  • To understand and apply the concepts of classes, packages, interfaces, inheritance, exception handling and file processing.
  • To develop applications using generic programming and event handling

List of Experiments:

  1. Solve problems by using sequential search, binary search, and quadratic sorting algorithms (selection, insertion)
  2. Develop stack and queue data structures using classes and objects.
  3. Develop a java application with an Employee class with Emp_name, Emp_id, Address, Mail_id, Mobile no as members. Inherit the classes, Programmer, Assistant Professor, Associate Professor and Professor from employee class. Add Basic Pay (BP) as the member of all the inherited classes with 97% of BP as DA, 10 % of BP as HRA, 12% of BP as PF, 0.1% of BP for staff club funds. Generate pay slips for the employees with their gross and net salary.
  4. Write a Java Program to create an abstract class named Shape that contains two integers and an empty method named printArea(). Provide three classes named Rectangle, Triangle and Circle such that each one of the classes extends the class Shape. Each one of the classes contains only the method printArea( ) that prints the area of the given shape.
  5. Solve the above problem using an interface.
  6. Implement exception handling and creation of user defined exceptions.
  7. Write a java program that implements a multi-threaded application that has three threads. First thread generates a random integer every 1 second and if the value is even, the second thread computes the square of the number and prints. If the value is odd, the third thread will print the value of the cube of the number.
  8. Write a program to perform file operations.
  9. Develop applications to demonstrate the features of generics classes.
  10. Develop applications using JavaFX controls, layouts and menus.
  11. Develop a mini project for any application using Java concepts.

Lab Requirements: for a Batch of 30 Students

Operating Systems: Linux / Windows Front End Tools: Eclipse IDE / Netbeans IDE

Course Outcomes:

On completion of this course, the students will be able to

  1. Design and develop java programs using object oriented programming concepts
  2. Develop simple applications using package, exceptions, multithreading, and generics concepts
  3. Create GUIs and event driven programming applications for real world problems

For detailed syllabus of all other subjects of Information Technology, 2021 regulation curriculum do visit IT 3rd Sem subject syllabuses for 2021 regulation.

For all Information Technology results, visit Anna University IT all semester results direct link.

Leave a Reply

Your email address will not be published. Required fields are marked *

*