Basic OOP concept

oop basic concept methods, class, property, attribute, instance, instansication

Class, Property, Method, and object Class A class is a collection of similar objects that have same property/attribute and methods/behavior. A class is a building block of OOP and objects. The objects of the same type lie in a class.  A class is used to define the behavior of object based on that object property Example: […]






Continue reading