Basic Syntax |
It uses main function void main() |
Data Types |
Defines what kind of data you want to store and how you can manipulate it. |
Functions |
Method used for a specific purpose. |
Control Flow Statements |
It decides how much a code should be repeated for certain things to run and makes the decision. |
Classes and Objects |
Main thing to remember in OOP(class encapsulates data for the object) |
Inheritance |
A feature of OOP that help to inherit from the base class and its methods and properties |
Error Handling |
A way in which errors are handled throy try-catch-finally block. |
Collections |
Data that can be collected over for a lot of items. |