Industrial Training on C and C++ 2 FOR THE 15 DAYS CAMPSCHEDULE 3 Hello! I am Hardik Data CSE STUDENT GEC Ajmer 4 Day 1 Types of statements Expression statements Compound statements Selection statements Iterative statements Jump statements 5 Day 2 Day 3 Applications of Arrays Array stores data elements of the same data type. Maintains multiple variable names using a single name. ... APPLICATION OF STRINGS used to manipulate text such as word 6 7 Day 4 8 Day 5 Data pre-processing 9 Day 6 White Gray Black 10 Day 7 Lorem ipsum tempus Lorem ipsum congue tempus 11 Day 8 Day 9 Day 10 13 What Is Encapsulation? Data encapsulation refers to the process of binding together data and functions or methods operating on this data into a single unit so that it is protected from outside interference and misuse. This is an important object-oriented programming module and it leads to yet another OOP concept known as “Data hiding”. Encapsulation hides data and its members whereas abstraction expose only the necessary details or interfaces to the outside world. In a way, abstraction presents the “abstract view” of the hidden data to the outside world. Thus, we already made a statement that encapsulation and abstraction go hand in hand. 14 Day 11 15 Day 12 Day 13 17 Day 14 18