0% found this document useful (0 votes)
121 views1 page

C++ Syllabus

This document outlines the topics covered in 5 units of a C++ course. Unit III covers input and output statements, declarations, and control structures in C++ as well as functions. Unit IV discusses classes, objects, constructors, destructors, operator overloading, type conversion, inheritance, pointers, and arrays. Unit V focuses on memory management operators, polymorphism, virtual functions, files, exception handling, string handling, and templates. The document also lists 3 reference books for the course.

Uploaded by

Radhiya devi C
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
121 views1 page

C++ Syllabus

This document outlines the topics covered in 5 units of a C++ course. Unit III covers input and output statements, declarations, and control structures in C++ as well as functions. Unit IV discusses classes, objects, constructors, destructors, operator overloading, type conversion, inheritance, pointers, and arrays. Unit V focuses on memory management operators, polymorphism, virtual functions, files, exception handling, string handling, and templates. The document also lists 3 reference books for the course.

Uploaded by

Radhiya devi C
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

UNIT III

Introduction to C++ - Input and output statements in C++ - Declarations -control structures – Functions in C+
+.

UNIT IV

Classes and Objects –Constructors and Destructors –operators overloading –Type Conversion- Inheritance –
Pointers and Arrays.

UNIT V Memory Management Operators- Polymorphism – Virtual functions – Files – Exception Handling –
String Handling -Templates.

REFERENCE BOOKS
1. “Object Oriented Analysis and Design with Applications”, Grady Booch, Second Edition, Pearson
Education.
2. “Object -Oriented Programming with ANSI & Turbo C++”, Ashok N.Kamthane, First Indian Print -2003,
Pearson Education.
3. Balagurusamy “Object Oriented Programming with C++”, TMH, Second Edition, 2003.

You might also like