Bangla Object Oriented PHP Part-01 (Class, Method and Object)
In Object Oriented Programming, we often hear of terms like "Class", "Methods", "Object" and "Instance"; but what actually is a Class / Object / Instance / Methods? In short, An object is a software bundle of related state and behavior. A class is a blueprint or prototype from which objects are created. An instance is a unique copy of a Class that representing an Object and The functions which are declared in a class are called methods.
How to practice tutorials…
- Make a team with your friends (Member should be 4/5).
- Start to practice one tutorial series along with them.
- Don’t try to collect source code. Type the code while watching the tutorial.
- If you face any problem, discuss with team members to solve quickly.