day 30

studied the second section of material for the session is Methods.

Method is a block of code that performs a specific task or operation.

Methods are used to encapsulate reusable pieces of code and

promote code organization, modularity, and reusability. They allow

you to break down your code into smaller, manageable units, making

it easier to read, understand, and maintain.




Comments

Popular posts from this blog

Day 2

day 26