What is instance method?Actually, we can access a class methoc by instantiate the class andthen call the method.Sample:new Second().theMethod();