1 / 13

what is c programming language?

C is known to be a very powerful language. C allow you to have a lot of control as to how you use computer resources so, in the right hand its speed and ability to cheaply use resources should be able to surpass other language. thanks to C 's performance.

Download Presentation

what is c programming language?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. C++(Programming language) psk Technologies BY- SHWETA DODKE Psk technologies pvt. Ltd it company Email: info@psktechnologies.co.in Website: https://www.pskitservices.com/

  2. HISTORY OF C++ • In the early 1980’s BijarneStroustrup 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. inheritancesthus 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 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. PSK Technologies Pvt. Ltd. IT Company WEBsITEDESIGNING & Development Digital Marketing IT Training Computer sales and services Our Services https://www.pskitservices.com/

  13. Psk technologies Pvt. Ltd. THANK YOU Follow us on PSK Technologies Pvt. Ltd.AddressPlot No-780, Near Durga Temple, Katol Road Chaoni, Nagpur-13 Call:9975288300 

More Related