Programming Technique 1 /
Expectations and what I have learnt so far in PT 1

Throughout the learning of subject content, I was introduced to programming using C++ language. There are various things that I have learnt till now such as ;

1. Flow Control

2. Functions

3. Array

4. Pointers

5. Input & Output

6. Data Structures

C++ is a intermediate-level language and also Object-Oriented Programming language (OOP). Multiple objects of a particular class can be defined to implement the functions within the class. Objects can be defined as instances created at run time. These classes can also be inherited by other new classes which take in the public and protected functionalities by default. C++ includes several operators such as comparison, arithmetic, bit manipulation and logical operators. One of the most attractive features of C++ is that it enables the overloading of certain operators.