Cheats Sheet All Topics
Cheats Sheet All Topics
• break stops the iteration whereas continue skips the current iteration
• break , continue and return are called JUMP statements/keywords
• Class variables are global variables which are declared with static keyword
• Class variables are a common copy to all the objects.
• Instance variable are global variables where each object has its own copy.