Basic – Object, Class, Method & Variable

What is object? Real world entity. It is instance of a class. It is memory reference of a class. It is a combination of state & behavior. State denotes Instance Variable. Behavior denotes Instance Methods. We can access these instance variable & instance methods by using object name. Using new keyword, we create an object.Continue reading “Basic – Object, Class, Method & Variable”

Design a site like this with WordPress.com
Get started