Concept Flow - This keyword usage
Object Created
Constructor Called
this refers to Current Object
Assign values or call methods using this
Object Initialized
The 'this' keyword refers to the current object inside a class, used to access fields or methods and resolve naming conflicts.
