Subject Details
Dept     : EEE
Sem      : 3
Regul    : 2019
Faculty : vasuki S
phone  : NIL
E-mail  : vasuki.s.cse@snsct.org
794
Page views
48
Files
0
Videos
4
R.Links

Icon
Lecture Notes

UNIT 1:
word
download   open file
Need for object oriented programming – Procedural Languages vs. Object oriented approach
word
download   open file
Characteristics Object oriented programming
word
download   open file
C++ Programming Basics: Basic Program Construction - Output Using cout - Input with cin
word
download   open file
Data types
word
download   open file
Variables and Constants
word
download   open file
Operators
word
download   open file
Control Statements
word
download   open file
Manipulators
word
download   open file
Type conversion
UNIT 2:
word
download   open file
Simple Class
word
download   open file
C++ Objects as Physical Objects
word
download   open file
C++ Object as Data types
word
download   open file
Constructors and Destructors
word
download   open file
Object as Function Arguments
word
download   open file
Returning Objects from Functions
word
download   open file
Structures and Classes
word
download   open file
Arrays
word
download   open file
Strings
UNIT 3:
word
download   open file
Need of operator overloading
word
download   open file
Overloading Unary Operators- Overloading binary Operators
word
download   open file
Overloading Special Operators
word
download   open file
Data Conversion
word
download   open file
Inheritance: Derived Class and Base Class
word
download   open file
Derived Class Constructors-Overriding Member Functions
word
download   open file
Class Hierarchies-Public and Private Inheritance
word
download   open file
Levels of Inheritance
word
download   open file
Multiple Inheritance
UNIT 4:
word
download   open file
Virtual Function – Friend Function
word
download   open file
Static Function-Assignment and Copy Initialization
word
download   open file
Streams
word
download   open file
String I/O
word
download   open file
Character I/O – Object I/O
word
download   open file
I/O with Multiple Objects
word
download   open file
File Pointers
word
download   open file
Disk I/O with Member Functions
word
download   open file
Error Handling in File I/O
UNIT 5:
word
download   open file
Templates: Introduction
word
download   open file
Function Templates
word
download   open file
Overloading Function Templates
word
download   open file
Overloading Function Templates
word
download   open file
Class Templates
word
download   open file
Exception Handling
word
download   open file
Syntax
word
download   open file
Multiple exceptions
word
download   open file
Exceptions with arguments
word
download   open file
Multiple exceptions