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 |
Can we create an object of private class?
Java Compiler is stored in JDK, JRE or JVM?
How are observer and observable used in java programming?
what is an objects lock and which objects have locks? : Java thread
What is difference between arraylist and list in java?
What is the major advantage of external iteration over internal iteration?
What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?
Can you declare the main method as final?
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
What restrictions are placed on method overloading and method overriding?
How do you remove duplicates in java?
How is treeset implemented in java?