CSC/ECE 517 Fall 2011/ch1 1g jn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
|1.OOP languages focuses on abstract relationships and hierarchy of related functionality. | |1.OOP languages focuses on abstract relationships and hierarchy of related functionality. | ||
|1.Primarily used for the purpose of adding dynamic and interactive components to web pages. | |1.Primarily used for the purpose of adding dynamic and interactive components to web pages. | ||
| | |} | ||
} | |||
==Is scripting essentially synonymous with dynamic typing?== | ==Is scripting essentially synonymous with dynamic typing?== |
Revision as of 19:50, 5 September 2011
Comparing Object-Oriented and Scripting Languages
Scripting Languages
Concept:-Object Oriented and Scripting Languages
Object-Oriented | Scripting |
---|---|
1.OOP languages focuses on abstract relationships and hierarchy of related functionality. | 1.Primarily used for the purpose of adding dynamic and interactive components to web pages. |