Computer Science, asked by aamir7861231, 1 year ago

what is basic of c++

Answers

Answered by krishnaagarwal
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.
Answered by venu10088855222
0
c++is know as object oriented programming
1. c++ is the main advantage of oop
Similar questions