Basics of Coding
Basics of Coding
1. What is Programming?
Giving instructions to a computer to perform tasks.
4. Control Structures
If-else statements, loops (for, while)
6. Object-Oriented Programming
Uses classes and objects. Concepts: inheritance, encapsulation
• Calculator
• To-do List
• Simple game