C++ is a high level language which means code written in c++ is first converted to Assembly language and than to Machine language.
C++ is also a object oriented programming language i.e. It supports concept like class, object, data encapsulation, inheritance, data abstraction, Polymorphism.
Comments
Leave a comment