Tag: error
-
object and class
Overview: Let us discuss about object, class in java and the errors of program. What is an Object in Java? The following concepts of the java objects: What is class? A class is a user defined blueprint or prototype or template from which objects are created. It represents the set of properties or methods that…