Aspect 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.”
About This Quote
Source Book: Programming in the Large, Niklaus Wirth, 1975
OOP builds on small‑scale procedural skills, requiring solid fundamentals before tackling large system design.
In simple terms: Object‑oriented programming needs a procedural base.
Master procedural basics first.
Themes
Mood
Type
When to use this quote
- software design
- education
- team projects
- system architecture
Key Concepts
Questions to Reflect On
- Do you have a solid procedural foundation?
- How does OOP change large‑scale design?
Without procedural grounding, OOP can become confusing or misapplied.