what is basic of c++
Answers
Answered by
2
• C++ can be viewed as procedural language with some additional constructs, some of which are added for object oriented programing and some for improved procedural syntax.
• A well written C++ program will reflect elements of both object oriented programming style and classic procedural programming.
• C++ is actually an extensible language. We can define new types in such a way that they act just like the predefined types which are part of the standard language.
• C++ is designed for large scale software development.
• A well written C++ program will reflect elements of both object oriented programming style and classic procedural programming.
• C++ is actually an extensible language. We can define new types in such a way that they act just like the predefined types which are part of the standard language.
• C++ is designed for large scale software development.
Answered by
0
c++is know as object oriented programming
1. c++ is the main advantage of oop
1. c++ is the main advantage of oop
Similar questions