Introduction of C++
Introduction:
C++ is an object oriented programming Language. A programming language is set of some predefined keyword and some protocols. Using those we can write a program which can be executed in a computer.So, we need a programming language to create programs which are used to perform our various tasks.
Object oriented design and programming is a paradigm of programming in which a software system is modeled as a set of object that interact with each other.
In procedure oriented language like c, one views a problem as a sequence of things to be done. One may organize the related data into struct and using type of , but the main concern is always the functions or procedures. On the other hand, in object oriented programming priority is given to the data.
C++ is an object oriented programming Language. A programming language is set of some predefined keyword and some protocols. Using those we can write a program which can be executed in a computer.So, we need a programming language to create programs which are used to perform our various tasks.
Object oriented design and programming is a paradigm of programming in which a software system is modeled as a set of object that interact with each other.
In procedure oriented language like c, one views a problem as a sequence of things to be done. One may organize the related data into struct and using type of , but the main concern is always the functions or procedures. On the other hand, in object oriented programming priority is given to the data.
No comments