Beginning with C++ and its Features:
What is C++?, Applications and structure of C++ program, Different Data types, Variables, Different Operators, expressions, operator overloading and control structures in C++ . (Topics from Chapter 2 and 3 of textbook]
Functions, Classes and Objects:
Functions, Inline function, function overloading, friend and virtual functions, Specifying a class, C++ program with a class, arrays within a class, memory allocation to objects, array of objects, members, pointers to members and member functions. (Selected Topics from Chapter 4 and 5 of textbook).
Constructors, Destructors and Operator Overloading:
Constructors, Multiple constructors in a class, Copy constructor, Dynamic constructor, Destructors, Defining operator overloading, Overloading Unary and binary operators, Manipulation of strings using operators. (Selected topics from Chapter 6 and 7 of textbook).
Inheritance, Pointers, Virtual Functions, Polymorphism:
Derived Classes, Single, multilevel, multiple inheritance, Pointers to objects and derived classes, this pointer, Virtual and pure virtual functions (Selected topics from Chapter 8 and 9 of textbook).
Streams and Working with Files:
C++ streams and stream classes, formatted and unformatted I/O operations, Output with manipulators, Classes for file stream operations, opening and closing a file, EOF (Selected topics from Chapters 10 and 11 of textbook).
Course Outcomes:
At the end of the course the student will be able to:
Question paper pattern:
Textbook
1 Object Oriented Programming with C++ E.Balaguruswamy TMH 6th Edition, 2013
Reference Books
1 ObjectOriented Programming with C++ Robert Lafore Galgotia publication 2010
2 ObjectOriented Programming with C++ Sourav Sahay Oxford University 2006