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 |
How many types of constructors are used in java?
why the abstract class has default constructor?
what is hashmap& hashtable with example?
What is protected in java?
How to split a string in java?
How are this() and super() used with constructors in java programming?
Why is static used?
What is the purpose of a parameter?
Can we override the static methods?
What is Java Annotations?
How to convert String into primitive datatype.
What is a parent class in java?