Introduction : C++ is object oriented programming language. C++ are mainly used for Design Operating system, Design Language Compiler. C++ language is developed by Bjarne Stroustrup in the year 1979 at bell laboratory at USA, C++ is a simple and Object Oriented Programming Language. C++ is a computer programming language developed in 1980 by Bjarne Stroustrup at the Bell Telephone Laboratories. C++ is an Object Oriented Programming Language, which follow oops concept like, inheritance, encapsulation, abstraction and polymorphism.
Advantage of C++ Programming Language
- Abstract data type defining is very good
- C++ language is efficient having less compiled time.
- It is much suitable for large projects.
- Encapsulation, polymorphism, abstraction are the important properties of C++ language
- Objects, methods, instance, message passing, inheritance are some important properties inherited by this language
- C++ Programming is easy to maintain and modify existing code as new objects with small difference to existing ones.
- C++ Programming is implemented on real life scenario.
- The properties of inheritance make simple the program by complexity. Do not required to write again.
- Implementation details are hidden from other modules which represent a clearly defined interface.
No comments:
Post a Comment