Lecture 0
Lecture 0
Lecture 0
CAP202
OBJECT ORIENTED PROGRAMMING
Course Details
Text Book
▪ OBJECT ORIENTED PROGRAMMING
WITH C++
▪ By E. Balagurusamy,
Mcgraw Hill Education
Course Outcomes
COMMON SENSE
The three BURNING questions in mind…
A) Dennis Ritchie
B) Kernigan K.
C) Anal kay
D) Thomas Era
• What is the difference between an object-
oriented programming language and object-
based programming language?
C++
C++ Standard Libraries
• The core library includes the data types,
variables and literals, etc.
• The standard library includes the set of
functions manipulating strings, files, etc.
• The Standard Template Library (STL) includes
the set of methods manipulating a data
structure.
What do we need to know?
Operators and
Control structures
What do we need to know?
Classes and Objects
What do we need to know?