answersLogoWhite

0

JavaScript does follow the object oriented paradigm. It offers extension, encapsulation, and most of the other central tenets of object orientation.

That said, JavaScript isn't object-oriented in the same way that most other OOP languages are. It's prototype based, rather than class based like Java, C#, or PHP. This means that it can be a bit confusing at first for individuals coming from those (or similar) backgrounds.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What does object oriented and procedural mean in programming language?

procedure oriented means program will be execte in step by step procedure,when comes to object oriented means every thin can be represents the object a step[ step procedure doesnot follow


Java is pure object oriented language or not?

No, it is not strictly object oriented. Java still maintains the concept of primitive data types, such as char, int, long, float, double, boolean. And as such, these are not objects. In a true object oriented language, everything would be represented as an object, including operators. sory but wappers implement this concept n everything in java done by a class n a object it strickly follow the 3 rules of oops for detail refers java2 complete reference chapter2


Difference between object oriented computing and object based computing?

In simple words i can say object oriented=object based + inheritance i mean object based languages no need follow the oop concepts (inheritance) in this you can create your own calsses. but you can't access based class please let me know if anything wrong in this Ashok Sharing ideas will improve knowledge........


Does Top Gear follow a script?

yes mainly. they put there own comments in but mainly follow a script


What is the orb script?

a script that makes an orb follow you and has certain commands.


What are the condition for an object?

The conditions for an object include its state (properties or attributes), behavior (methods or functions), and identity (unique reference in memory). Objects are instances of classes and follow the principles of encapsulation, inheritance, and polymorphism in object-oriented programming.


How do you make a killer humanoid on roblox?

Make a humanoid, insert a follow script, then insert a lava script.


What is the whole script of The Adarna?

Please follow this link below to read the complete story/script of the Adarna Bird.


What is the whole script of The Adarna Bird?

Please follow this link below to read the complete story/script of the Adarna Bird.


What are 'script errors'?

Example. You are writing a play for school. The actual writing part is called the script, script errors are words that are spelled wrong, or scenes that don't follow and there-fore re-writes are necessary.


How would you get a wild child script?

Use the internet and search for it. Search for a quote eg. ( "malibu moment!" wild child script ) or follow this link http://www.veryabc.cn/movie/uploads/script/WildChild.txt


Object oriented design and procedural oriented design?

In object oriented programming main role plays objects and classes, in structure programming all programmes are represented as structures of block's, in procedure programming - that means high level programming languages, which are based on process description (sequence of processes) - all programmes are described like a set of subprogrammes or procedures.For more information you may search these articles:http:/en.wikipedia.org/wiki/Object-oriented_programminghttp://alarmingdevelopment.org/?p=9http:/en.wikipedia.org/wiki/Procedural_programming