Programming Technique 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.
Since I'm a matriculation leaver, I already have the basics of programming before attending PT 1 lecturers and did know what to expect from the subject. However, C++ programming language is known to be one of the most challenging languages to be learnt and I'm looking forward to learning the language in details soon in this subject. The subject content covers majority of the aspects fundamental in coding such as arrays, function, pointers, data structure and many more