Answer:
instance - a variable in a program that represents a class and is created by an assignment statement
method - function created within a class definition
Step-by-step explanation:
A class is made up of the members fields and methods.
Fields are variables in the class and methods are functions in the class.
An instance is a copy of the class also called an object