أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
Object Oriented Programming is basically based on the concept "Everything in your Software code is a "CLASS" of different and unique "Set of Objects belonging to this CLASS"
the functions that work on class objects are called "methods" and they do specific job on these Objects Only.
Using and Manipulating Objects are available only using the defined methods in the CLASS they belong to One method can be used on different instances of the same object at the same time.