Java #11 - Class and Object (Part -1)
Class & Object
Class defines a new data type (it contains attribute and method). Once defined, this new type can be used to create objects of that type.
Class is a template for an object and an object is an instance of a class.
Syntax to declare ...
subodhsingh.hashnode.dev6 min read