why we need this (1.object,2.class,3.data
hiding,4.encapsulation,5.abstraction,6.
polymorphism,7.inheritance)
Answers were Sorted based on User's Feedback
Answer / deepakkumar1887
1. to store specific information
2. to define structural definition of object
3. to provide data security
4. to provide authorized accessing on secure data
5. to perform inquiry about class definition
6. to define in multiple form for different operation under
common name
7. to use property re usability
| Is This Answer Correct ? | 17 Yes | 1 No |
Don't Go to learn anything without knowing this.... If u
know this Java is a piece of cake.....
| Is This Answer Correct ? | 0 Yes | 6 No |
Difference between JVM and JRE?
How many types of thread in java? give the name
What is sizeof in java?
Explain different types of thread priorities ?
Give some features of interface?
What is the synonym of procedure?
What is treemap in java?
What is Java Reflection API? Why it’s so important to have?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
when to for abstract class and when to go for interface
What is meant by Encapsulation? Can you write a class to explain encapsulation?
Which sorting algorithm is best in java?