Posted by
Arabe Programmers
on
- Get link
- X
- Other Apps
A language is a software computer is an electronic device cannot perform operating by own.
Language provides set of instructions to perform operations by computer.
Language is nothing but programming tool
C++ is the name of the language
‘c’ language is derived from ‘B’ language
'B’ language is derived from BCPL
‘C’ language develops in the year 1972
C++ language is developed in the year 1980
The design of C++ was guided by the following principles:
- The use of classes should not result in programs executing (significantly) more slowly than programs not using classes
- C programs should compile and run as subsets of C++ programs
- No run-time inefficiency should be added to the language
- Data abstraction
- Encapsulation (hiding data and / or implementation)
- Inheritance
- desktop apps
- phone app
- emebedded systems and robotics
- video games
- IT
- developing operating systems (windows, mac, unix)
- Modularity: Dividing a program into small pieces 0 also called as divide and conqueror According to their operations into small modular.
- Re-usability: write code once and use more than one time.
- Readability: Easy to read or understand.
Comments
Post a Comment