Classes and Object

 Class is a blueprint of object

Object

1) Every object has attributes and behavior.

2) Software object stores its characteristics of attributes in VARIABLES or FIELDS.



3) Behavior is stored or created in method.




Comments

Popular posts from this blog

Methods and Method overloading

Constructors