This course is meant to introduce people who have no programming experience to the world of computer science. With the tech industry becoming one of the most trending fields in the job market, learning how to program can be one of the most important and meaningful skills. This course will teach the basic, foundation concepts of programming in an easy-to-follow manner.
Computer Programming Course Content
Module 1
- Basics of computer programming using java
- Setup the environment for programming
Module 2
- Data type, conditional statement
- Looping
Module 3
- Classes and objects
- Main method of Java
Module 4
- Solving programming problems
- Inheritance, abstract class, interface
Module 5
- Functions
- Access modifiers
Module 6
- Inheritance, interface, abstract class
- Exception and error handling
Module 7
- Static and non-static method
- Basics of collection framework