We come across most of times on Classes and objects and we do not know what they are except that we create an object from class and use it in programming.
What are classes
Classes are blueprint which has the attributes and the methods in it. Attribute represents the properties of the object and the methods represents what the object can do once its live.
What are Objects
Objects are the products of class which comes out of the Object as exact replica
Checkout the YouTube video to know on this using example
Comments
Post a Comment