Fundamental Concept of Object Oriented Programming
Classes :> Entities:NOUNS => ex: [PERSON]
Properties :> Description:Adjectives => ex: [FirstName, Age]
Methods :> Actions:Verbs => ex: [Add,Delete]
Events :> Behaviors:Occurrences =>ex: [Added,Deleted]