C++ is also an object oriented programming language.
9 Likes
True
Reason — C++ is an object-oriented programming language that supports concepts like classes, objects, inheritance, polymorphism, encapsulation, and abstraction.
Answered By
5 Likes
A process, according to which, a class acquires the characteristics from another class is called Encapsulation.
Procedure oriented program stresses on data.
An object is identified by its characteristics.
Function is a set of objects that share the common state and behaviour.