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 |
What are the ways to define a variable in javascript?
In a pop-up browser window, how do you refer to the main browser window that opened it?
How to redirect a url using JavaScript?
Is javascript a dynamic language?
How compare function works javascript?
What's the difference methods get and post in html forms?
What does “1?+2+4 Evaluate to? What about 5 + 4 + “3??
What is the potential disadvantage of using a sticky session?
Difference between window, document, and screen in Javascript?
Explain the difference between call() and apply()?
What are the decodeURI() and encodeURI()?
What are exports & imports?