0% found this document useful (0 votes)
9 views14 pages

Object Oriented Programming in C++

Class Notes

Uploaded by

smy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views14 pages

Object Oriented Programming in C++

Class Notes

Uploaded by

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

OBJECT ORIENTED PROGRAMMING IN

C++
 C++ is a cross – platform language that can be used to
create high performance applications.

 C++ is also called high level programming language

 C++ is also called general purpose programming


language

 C++ is also called object oriented programming


language. (OOPs)
WHAT IS CROSS – PLATFORM LANGUAGE

Advanced RISC (Reduced instruction set computer) Mac


WHAT IS CROSS – PLATFORM LANGUAGE
 Cross-platform programming means creating software
that will be implemented and run on multiple
platforms.

 Cross-Platform Development in C++ is the definitive


(Complete)guide to developing portable C/C++
application code that will run natively on Windows,
Macintosh(MAC), and Linux/Unix platforms without
compromising functionality, usability, or quality.
WHAT IS HIGH LEVEL PROGRAMMING
LANGUAGE

Marconi-Osram Valve
QuickTime multimedia
file format
WHAT IS HIGH LEVEL PROGRAMMING
LANGUAGE

 High-level languages are human-friendly. They


are, thus, very easy to understand and learn by
any programmer.

 Low-level languages are machine-friendly. They


are, thus, very difficult to understand and learn
by any human.
WHAT IS HIGH LEVEL PROGRAMMING
LANGUAGE

 C++ can perform both low-level and high-level


programming, and that's why it is essentially
considered a mid-level language.

 However, as its programming syntax also


includes comprehensible English, many also view
C++ as another high-level language.
WHAT IS GENERAL PURPOSE
PROGRAMMING LANGUAGE

C++ (or “C-plus-plus”) is a general-purpose


programming and coding language.

In computer software, a general-purpose


programming language (GPL) is a programming
language for building software in a wide variety
of application domains.
 C++ is used in developing
 browsers,
 operating systems and
 applications,
 as well as in-game programming,
 software engineering,
 data structures, etc.
WHAT IS OBJECT ORIENTED PROGRAMMING
LANGUAGE.

 Object Oriented Programming is a programming


approach that are based on Classes and Object.
 Which can contain data (variable)and code (method/
function) that manipulate (values that you can insert
into or extract from iostreams (iostream stands for
standard input-output stream) to have special
effects) the data
USES OF C++
software programs run
locally on computer
devices.
concurrent
optimization of
timing, area,
power and test.

data environment
where software
implementation
occurs.
Recursion is the process a procedure goes
through when one of the steps of the procedure
involves invoking the procedure itself.

You might also like