Talk:Procedural programming: Difference between revisions

Content deleted Content added
No edit summary
Line 19:
 
Is procedural programming a subset of object-oriented programming? Seems to me that all OO languages are procedural as well. Is it possible to be OO without being procedural? If not, then this should be mentioned in the main article under the section on OO. --[[User:Andrew Eisenberg|Andrew Eisenberg]] 19:05, 31 August 2005 (UTC)
 
OO programming is a subset of procedural programming, the opposite is incorrect. So it's not possible to be oo without being procedural but it's possible to be procedural without be OOP.
 
==Procedural vs. Declarative==