I heard the phrase classic object oriented programming. Is it different from present object oriented programming, like classic ASP and ASP.net?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
I've only heard the term classical OO when used to distinguish between the class based OO you find in Java and the prototype based OO you find in JavaScript. The term doesn't refer to an outdated style. It is completely unrelated to Classic ASP / ASP.NET where "Classic" means "I really mean ASP and am not using it as a shorthand for ASP.NET". |
|||||||||
|
|
'Class based' OOP applies to languages like Java. Where as in JavaScript its 'prototype based' OO. Other than that, what classic can refer to is OOP in its purest form like in Smalltalk. |
|||
|
|