The Object Oriented Programming can be defined as type of programming where one can define not only the data type of a data structure, but also the types of operations (functions/methods) that can be applied to the data structure.
The Object Oriented Programming mainly supports features such as data abstraction, encapsulation, modularity, polymorphism, and inheritance.
No comments:
Post a Comment