Vidyarthiplus (V+) - Indian Students Online Education Forum

Full Version: CS2312 Object Oriented Programming Lab Manuals - Magna Edition
You're currently viewing a stripped down version of our content. View the full version with proper formatting.


MAGNA COLLEGE OF ENGINEERING 


- affiliated to Anna University

Department of Electrical and Electronics Engineering

Seventh Semester

CS2312 Object Oriented Programming Laboratory


Lab Manual

(Regulation 2008) 

Semester : 7 
Department : EEE 
Subject Code : CS2312
Subject Name :  Object Oriented Programming Lab

Type : Lab Manuals
Edition Details : 2013 Edition (Original Version) 
Syllabus Regulation : 2008 

Provided by :
Ms.N.Anbarasi 
Lecturer, Department of Computer Science and Engineering,
Magna College of Engineering, Chennai. 

Attachment Type : pdf 
No. of. Pages : 78

Topics :
C++ PROGRAM
  • Function  overloading
  • User defined function with default arguments
  • Program using simple class object creation and  invoking class
  • program using constructor and destructor
  • Dynamic initialization of constructor
  • copy constructor
  • Using Friend Function accessing private data member
  • Display Players detail Using Friend Function  
  • Complex operation using operator overloading 
  • complex operation using operator overloading and type conversion 
  • Multilevel inheritance
  • Hybrid inheritance
  • Runtime polymorphism
  • Function template
  • Exception handling
  • Standard template library

JAVA PROGRAM
  • Simple java program.
  •  Finding area of a rectangle.
  • Creating package and importing package.
  • Finding area of rectangle and circle using interface.
  • Student’s details using multiple inheritance through interface.
  • Exception handling.
  • Reading string from console using buffered reader class.
  • Program using print writer class to handle console output.
  • Multithreading.

Attachment :
[attachment=10791]