Quote by Niklaus Wirth
Nevertheless, I consider OOP as an aspect of programming in the large that is, as an aspect that logically follows programming in the small and requires sound knowledge of procedural programming.
Summary
This quote highlights the viewpoint that Object-Oriented Programming (OOP) should be seen as a component of programming on a larger scale. It suggests that understanding procedural programming is essential before diving into the complexities of OOP. OOP builds upon the concepts of procedural programming and requires a solid foundation in those principles. Essentially, the quote emphasizes the sequential nature in which one should approach programming, progressing from basic procedural understanding to more advanced concepts like OOP.