Can any one tell me how Java is purely an Oops language
Answer Posted / sowmiya
java is purely a oops language...
because t supports all basic concepts f oops lik
1.inheritance
2.polymorphism
3.classes
3.objects
4.message binding
etc..
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you check if an object is an array or not?
What are javascript closures?when would you use them?
How can you identify a function?
What are the two basic groups of dataypes in javascript?
Mention what is the disadvantage of using innerhtml in javascript?
How to write a script for "select" lists using javascript
What does break and continue statements do in javascript?
What is the use of window object?
What are the scopes of a variable in javascript?
How to find radio button selection when a form is submitted?
How do we add javascript onto a web page?
What is question mark in javascript?
How to create arrays in javascript?
what is the function of public class main ?
Why do we need currying?