SlideShare a Scribd company logo
C++(PROGRAMMING LANGUAGE)
PSK TECHNOLOGIES
BY- SHWETA DODKE
PSK TECHNOLOGIES PVT. LTD IT COMPANY
EMAIL: INFO@PSKTECHNOLOGIES.CO.IN
WEBSITE: HTTPS://WWW.PSKITSERVICES.COM/
HISTORY OF C++
 In the early 1980’s Bijarne Stroustrup who was working for Bell
labs develops c++.
 C++ was originally known as C with classes as two language
contributed to int design.
 C++ is a subset of c as it is an Object Oriented Programming./
https://www.pskitservices.com/
OOP’S CONCEPT
C++ is based on OOPS concept. OOPS means Object Oriented
Programming. In this concept problem is looked in term of objects rather
than procedure. All object oriented programming language has to the
following concept in common.
 Abstraction
 Encapsulation
 Polymorphism
 Inheritance
https://www.pskitservices.com/
ABSTRACTION
Abstraction is a feature in which only essential details of the object are
shown and non-essential details are ignored. Consider the example of a
car in a car the accelerator pedal steering wheel and the break pedal are
same of the main details essential for driver so these essential details are
shown to the driver.This feature simply means looking for what you want.
https://www.pskitservices.com/
ENCAPULATION
Encapsulation is a feature of hiding the complexity at the data. Consider
the example of a car to stop the car we just apply the break and we don’t
need the mechanism of breaking system .The mechanism behind
breaking is encapsulated this features hides the implementations details
of an object and hence also called as data hiding.
https://www.pskitservices.com/
POLYMORPHISM
The term polymorphism has been derived from Greek words
‘ploy’ and ‘morphism’ which means ‘many ’and ‘form’ respectively.
https://www.pskitservices.com/
INHERITANCE
Inheritances is features of creating a new class with the properties of
an existing class with the properties of an existing class along with
some additional characteristics .Unique to the new class for example.
You inheritances some characteristics like your appearance language
and certain behavior from your parents and also you have some
additional unique characteristics this features is called inheritances.
inheritances thus allows responsibility of the code in C++.
https://www.pskitservices.com/
INPUT OUTPUT STATEMENT
Input output standards for i/o the process of sending the data
to the computer is called as i/o and the process of display the
data is called as output the<< than and >> symbols used in the
program are called cascading operators these are predefined
opertors that are used for output and input.
Cin with >>symbolfor getting input from the user.
Cout with << symbol to display the output.
>>extraction operation [get to].
<<insertion operation [put to].
https://www.pskitservices.com/
Consider this program
//sample program//
#include<iostream.h>
Void main()
{
Int number;
Cout<<”enter the number”;
Cin>>number;
}
https://www.pskitservices.com/
C++ HAVING FOLLOWING KEYWORDS
Asm Catch Float Long Return
Auto Default Friend Overload Short
Break Do For New Sizeof
Case Delete Goto If Singed
Static Union Class Inline Else
Assigned Const Extern Opertors Protected
Continue Enum Integrin Register Template
This Char Void Try Type def’n
Throw Double valuable public switch
Try While private struct virtual
https://www.pskitservices.com/
CLASS
A class is a similar to a structure data type
but it consist of not only data elements but
also function which are operated on data
elements a class is a way to bind data and its
function together.
SYNTAX:
Class userdefined_name
{
Private:
Data_type member;
Public:
Data_type member;
Member function;
};
The body a class is enclosed.
https://www.pskitservices.com/
OUR SERVICES
WEBSITE DESIGNING& DEVELOPMENT
https://www.pskitservices.com/
DIGITALMARKETING
IT TRAINING
COMPUTER SALESAND SERVICES
PSK Technologies Pvt. Ltd. IT Company
What is c++ programming

More Related Content

PPT
C and C++ Industrial Training Jalandhar
PPTX
C vs c++
PPTX
C and C ++ Training in Ambala ! BATRA COMPUTER CENTRE
PDF
Differences between c and c++
PPTX
C vs c++
DOCX
C language industrial training report
PPTX
difference between c c++ c#
PPTX
C & C++ Training Centre in Ambala! BATRA COMPUTER CENTRE
C and C++ Industrial Training Jalandhar
C vs c++
C and C ++ Training in Ambala ! BATRA COMPUTER CENTRE
Differences between c and c++
C vs c++
C language industrial training report
difference between c c++ c#
C & C++ Training Centre in Ambala! BATRA COMPUTER CENTRE

What's hot (20)

PPTX
Object oriented programming 7 first steps in oop using c++
PDF
Object-Oriented Programming in Modern C++. Borislav Stanimirov. CoreHard Spri...
PPTX
Programming introduction
PPTX
Lecture 1
PPT
2. data, operators, io
DOCX
C program report tips
PPT
Visual Studio .NET2010
PPTX
Introduction Of C++
ODP
Ppt of c++ vs c#
PPTX
Discussing Fundamentals of C
PPT
Structure of C++ - R.D.Sivakumar
PPTX
introduction to c programming language
PPT
Introduction to Procedural Programming in C++
PDF
Object oriented programming c++
PDF
A tutorial on C++ Programming
PPT
Csc1100 lecture01 ch01-pt1
PPT
Csc1100 lecture01 ch01-pt1
PDF
Object Oriented Programming With Real-World Scenario
PPT
Learn cpp at amc square learning
PPT
Intro cpp
Object oriented programming 7 first steps in oop using c++
Object-Oriented Programming in Modern C++. Borislav Stanimirov. CoreHard Spri...
Programming introduction
Lecture 1
2. data, operators, io
C program report tips
Visual Studio .NET2010
Introduction Of C++
Ppt of c++ vs c#
Discussing Fundamentals of C
Structure of C++ - R.D.Sivakumar
introduction to c programming language
Introduction to Procedural Programming in C++
Object oriented programming c++
A tutorial on C++ Programming
Csc1100 lecture01 ch01-pt1
Csc1100 lecture01 ch01-pt1
Object Oriented Programming With Real-World Scenario
Learn cpp at amc square learning
Intro cpp
Ad

Similar to What is c++ programming (20)

PPTX
Advantage and Disadvantages of C++ programming.pptx
PDF
T2
PDF
PPTX
Session 1 - c++ intro
PPTX
C++ language basic
PDF
Oops index
PPTX
C++ basics
PDF
Object Oriented Programming using C++ - Part 1
PDF
Software Engineering
PPTX
Procedure Oriented programming Object Oriented programming Basic Concept of ...
PDF
Prog1-L1.pdf
PPTX
Introduction to cpp language and all the required information relating to it
PPTX
Unit 1 of c++ part 1 basic introduction
PPTX
Object Oriented Programming using C++ - OOPS concepts using C++ programming l...
PPTX
C++ programming language basic to advance level
PPTX
Presentation c++
PDF
Introduction-to-C-Part-1.pdf
PPTX
iOS,From Development to Distribution
Advantage and Disadvantages of C++ programming.pptx
T2
Session 1 - c++ intro
C++ language basic
Oops index
C++ basics
Object Oriented Programming using C++ - Part 1
Software Engineering
Procedure Oriented programming Object Oriented programming Basic Concept of ...
Prog1-L1.pdf
Introduction to cpp language and all the required information relating to it
Unit 1 of c++ part 1 basic introduction
Object Oriented Programming using C++ - OOPS concepts using C++ programming l...
C++ programming language basic to advance level
Presentation c++
Introduction-to-C-Part-1.pdf
iOS,From Development to Distribution
Ad

More from PSK Technolgies Pvt. Ltd. IT Company Nagpur (18)

PPTX
Low-Cost Digital Marketing Service in Nagpur | PSK Technologies
PPTX
PPTX
PPTX
PPTX
Core & Advance Java Training For Beginner-PSK Technologies Pvt. Ltd. Nagpur
PPTX
What is Java? Presentation On Introduction To Core Java By PSK Technologies
PPTX
Advance Networking Course Details PPT
Low-Cost Digital Marketing Service in Nagpur | PSK Technologies
Core & Advance Java Training For Beginner-PSK Technologies Pvt. Ltd. Nagpur
What is Java? Presentation On Introduction To Core Java By PSK Technologies
Advance Networking Course Details PPT

Recently uploaded (20)

PPTX
Computer Software and OS of computer science of grade 11.pptx
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PDF
Nekopoi APK 2025 free lastest update
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Designing Intelligence for the Shop Floor.pdf
PDF
top salesforce developer skills in 2025.pdf
PPTX
assetexplorer- product-overview - presentation
PPTX
Transform Your Business with a Software ERP System
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
System and Network Administration Chapter 2
Computer Software and OS of computer science of grade 11.pptx
Softaken Excel to vCard Converter Software.pdf
Navsoft: AI-Powered Business Solutions & Custom Software Development
Why Generative AI is the Future of Content, Code & Creativity?
Nekopoi APK 2025 free lastest update
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
CHAPTER 2 - PM Management and IT Context
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Odoo Companies in India – Driving Business Transformation.pdf
Design an Analysis of Algorithms I-SECS-1021-03
Understanding Forklifts - TECH EHS Solution
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Designing Intelligence for the Shop Floor.pdf
top salesforce developer skills in 2025.pdf
assetexplorer- product-overview - presentation
Transform Your Business with a Software ERP System
Wondershare Filmora 15 Crack With Activation Key [2025
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
System and Network Administration Chapter 2

What is c++ programming

  • 1. C++(PROGRAMMING LANGUAGE) PSK TECHNOLOGIES BY- SHWETA DODKE PSK TECHNOLOGIES PVT. LTD IT COMPANY EMAIL: [email protected] WEBSITE: HTTPS://WWW.PSKITSERVICES.COM/
  • 2. HISTORY OF C++  In the early 1980’s Bijarne Stroustrup who was working for Bell labs develops c++.  C++ was originally known as C with classes as two language contributed to int design.  C++ is a subset of c as it is an Object Oriented Programming./ https://www.pskitservices.com/
  • 3. OOP’S CONCEPT C++ is based on OOPS concept. OOPS means Object Oriented Programming. In this concept problem is looked in term of objects rather than procedure. All object oriented programming language has to the following concept in common.  Abstraction  Encapsulation  Polymorphism  Inheritance https://www.pskitservices.com/
  • 4. ABSTRACTION Abstraction is a feature in which only essential details of the object are shown and non-essential details are ignored. Consider the example of a car in a car the accelerator pedal steering wheel and the break pedal are same of the main details essential for driver so these essential details are shown to the driver.This feature simply means looking for what you want. https://www.pskitservices.com/
  • 5. ENCAPULATION Encapsulation is a feature of hiding the complexity at the data. Consider the example of a car to stop the car we just apply the break and we don’t need the mechanism of breaking system .The mechanism behind breaking is encapsulated this features hides the implementations details of an object and hence also called as data hiding. https://www.pskitservices.com/
  • 6. POLYMORPHISM The term polymorphism has been derived from Greek words ‘ploy’ and ‘morphism’ which means ‘many ’and ‘form’ respectively. https://www.pskitservices.com/
  • 7. INHERITANCE Inheritances is features of creating a new class with the properties of an existing class with the properties of an existing class along with some additional characteristics .Unique to the new class for example. You inheritances some characteristics like your appearance language and certain behavior from your parents and also you have some additional unique characteristics this features is called inheritances. inheritances thus allows responsibility of the code in C++. https://www.pskitservices.com/
  • 8. INPUT OUTPUT STATEMENT Input output standards for i/o the process of sending the data to the computer is called as i/o and the process of display the data is called as output the<< than and >> symbols used in the program are called cascading operators these are predefined opertors that are used for output and input. Cin with >>symbolfor getting input from the user. Cout with << symbol to display the output. >>extraction operation [get to]. <<insertion operation [put to]. https://www.pskitservices.com/
  • 9. Consider this program //sample program// #include<iostream.h> Void main() { Int number; Cout<<”enter the number”; Cin>>number; } https://www.pskitservices.com/
  • 10. C++ HAVING FOLLOWING KEYWORDS Asm Catch Float Long Return Auto Default Friend Overload Short Break Do For New Sizeof Case Delete Goto If Singed Static Union Class Inline Else Assigned Const Extern Opertors Protected Continue Enum Integrin Register Template This Char Void Try Type def’n Throw Double valuable public switch Try While private struct virtual https://www.pskitservices.com/
  • 11. CLASS A class is a similar to a structure data type but it consist of not only data elements but also function which are operated on data elements a class is a way to bind data and its function together. SYNTAX: Class userdefined_name { Private: Data_type member; Public: Data_type member; Member function; }; The body a class is enclosed. https://www.pskitservices.com/
  • 12. OUR SERVICES WEBSITE DESIGNING& DEVELOPMENT https://www.pskitservices.com/ DIGITALMARKETING IT TRAINING COMPUTER SALESAND SERVICES PSK Technologies Pvt. Ltd. IT Company