Computer Science, asked by Junayed, 1 year ago

How C++ programming helps us ?

Answers

Answered by anirbanroy
1
 The object oriented programming features provide features for low level memory manipulations. It is similar to C language invented in 1970s by Dennis Ritchie, while it is a safer language than C. The main highlight of C++ is a collection of predefined classes, which are data types that can be used multiple times. The C++ language also facilitates declaration of user-defined classes. Classes can further accommodate member functions to implement important functionality. Multiple objects of a particular class can be defined to create the functions within the class.
Similar questions