Computer Science, asked by reddymanisha126, 1 year ago

Javascript is a object based language explain

Answers

Answered by Anonymous
0
the term "object-based" is applied to prototype-based languages, true object-oriented languages that do not have classes, but in which objects instead inherit their code and data directly from other "template" objects. An example of a commonly used prototype-based language is JavaScript.
Similar questions