Computer Science, asked by jk2119676, 5 hours ago

what is the features of c++? how they are different from C language which feature is useful according to you and why​

Answers

Answered by prasad79755
3

Explanation:

C

C++

C is a function-driven language.

C++ is an object-driven language

Functions in C are not defined inside structures. Functions can be used inside a structure in C++.

Namespace features are not present inside the C. Namespace is used by C++, which avoid name collisions

Similar questions