5 Aug
                
                    2006
                
            
            
                5 Aug
                
                '06
                
            
            
            
        
    
                1:05 a.m.
            
        G'day all.
Quoting Jason Dagit 
15. OO is now tried and true in industry. I would say it's far from optimal but people do know they can build large applications (say ~100k lines of C++). So naturally shifting to a new paradigm will meet resistance.
OO on its own is also well-understood to be inadequate for programming- in-the-large. 100k lines, by the way, isn't "large". 1M lines is "large". 10M+ lines is "very large". Large or very large programs tend to use one or more varieties of componentisation (e.g. higher-level scripting layer, plugins, COM/CORBA/.NET), which is arguably at a strictly higher level than OO. Cheers, Andrew Bromage