How to learn Coding languages

 


Learn some basic terms and Follow these five steps which makes you faster and comfortable to gain knowledge in short span of time 

1. Basic Syntax

Take a look at data types, variables, conditionals, loops, reserved keywords, comments, and other general things.

 

2. Oops Concepts

This is the most important section which includes understanding of classes, objects, functions, exception and exception handling.

 

3. Built-in Functions

Learn some simple yet effective functions.

Example: String, Math, Date, Boolean, Array methods.

 

4. Files & I/O

Read from and write to files using your languages. This will help you consolidate the knowledge you gained earlier.

 

5. Data Structures

Take your time with this section. It takes patience. Start with arrays, linked lists, stacks, queues and so on….


Comment below the other easiest steps you know!

Comments