0:00
Hello students.
00:02
So let us look at this question.
00:04
Here the first part is we need to answer what are the two types of array which are discussed in this chapter.
00:11
So the two types of array which are commonly discussed in programming are one -dimensional array and multi -dimensional array.
00:32
Multi -dimensional array.
00:40
So the one -dimensional array these arrays store the element in a linear sequence allowing the access to each element using an index and in multi -dimensional array either it can be 2d array 3d array 4d array or nd array these arrays stores the elements in a multi -dimension such as rows and columns and can be used to represent in a form of matrix or we can say in a form of table.
01:06
The second part coming on to the second part the second part is asking that why would procedural language not work using today's real world problem.
01:20
So procedural language may not work with today's real world problem because they lack the ability to handle complex system and relationship in modular and flexible manner.
01:31
So the first thing i would write as lack i would write as point lack the ability to handle complex system and relationships in a modular and flexible manner.
02:17
Now i can further add with that that procedural language follow up a top -down approach focusing on one step by step procedure which can lead the code that is difficult to understand to maintain and modify as the program grows larger and more complex.
02:37
So the second point i could write as it follows a top -down approach.
02:47
And the third point that can be written as in contrast we can say modern programming paradigms like the object -oriented programming which is used in c+ + or java provide the better mechanism for managing complexity and organizing the code.
03:10
So the third point can be written as fails to manage complexity and organization of code and organization of code.
03:36
Now coming on to the third part it is asking that what are the advantages of using oops when coding.
03:46
So coming on to the next slide answering the third part some advantages of using oops oriented programming when coding are the first can be the first advantage is modularity and code reusability and code reusability...