What are the concepts of object oriented programming?Explain
with an example.
Answer / tushar warade
An Object creation of a class which can have the behaviour of Inheritance, Abstraction, Polymorphism, Encapsulation is the concept of object oriented programming
| Is This Answer Correct ? | 0 Yes | 0 No |
How fast can you learn coding?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
Are javascript variables case sensitive?
How do I find javascript?
Explain window.onload and ondocumentready?
How can I prevent others from reading/stealing my scripts or images?
What is the difference between childNode and children?
What is the requirement of debugging in javascript?
What does "1"+2+3 evaluate to?
How to convert a string to lowercase?
Which built-in method returns the calling string value converted to upper case?
What typeof returns for a null value?