Define the concept of object oriented programming language?
Answers
Answered by
2
Object oriented programming language is the latest trend in programming languages supported by c++ and Java. The language in which program is divided into a number of blocks called as object and are kept inside a block called class is called OOP. It is called so because all the executable statements are written inside the object. It is an approach that provides a way for modularizing programs by creating partitioned memory area for both data and functions ( i e. objects).
Similar questions