Course Syllabus
Syllabus-
1.Introduction to OOPS Concepts
- Objects, classes, methods, basic OOP ideas like encapsulation, inheritance, polymorphism.
2.Introduction to Java
- Java syntax, variables, data types, classes, objects, declaration and initialization.
3.Operators and Control Structures
- Java operators, strings, if–else, switch, while/do‑while, for loops.
4.Methods in Java
- Creating methods, passing arguments, return values, method overloading, constructors.
5.Inheritance in Java
- Concept and use of inheritance, polymorphism, object type vs reference type, abstract classes and interfaces.
6.Handling Exceptions
- Checked and unchecked exceptions, errors, try–catch blocks, main exception types.