Object Oriented Programming has great advantages over other programming styles.Once an Object is created, knowledge of its implementation is not necessary for its use.
You are viewing a single comment's thread from:
Object Oriented Programming has great advantages over other programming styles.Once an Object is created, knowledge of its implementation is not necessary for its use.
In OOP , object interact with each other and main unit is object while in other languages e.g Procedural main unit is funciton