Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

-2 types of methods:

*stateless methods/static methods- they don't rely on already executed lines of


code.
*stateful methods/instance methods - they rely on already executed lines of code

-An instance of a class is called an object

You might also like