what are the oops concept in java explain with real time
examples
Answer Posted / atif hossain
encapsulation
abstraction
interface
polymorphism
imheritance
| Is This Answer Correct ? | 35 Yes | 70 No |
Post New Answer View All Answers
What is a singleton in genetics?
What is the use of static methods?
What is exception in java?
What do you mean by mnemonics?
Can we sort hashmap in java?
Where import statement is used in a java program?
Is null == null in java?
What is the purpose of final keyword and when to use it?
Explain the difference between treeset and treemap in java?
What is use of static in java?
What is concurrent hashmap and its features?
Is simpledateformat safe to use in the multithreaded program?
What is r * in math?
What is sortedset in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.