why we need this (1.object,2.class,3.data
hiding,4.encapsulation,5.abstraction,6.
polymorphism,7.inheritance)
Answer Posted / 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 |
Post New Answer View All Answers
If an object is garbage collected, can it become reachable again?
How do you clear an arraylist in java?
What are the different types of java?
Is void a data type?
Wha is the output from system.out.println(“hello”+null); ?
What is difference between iterator access and index access?
Why is it important to initialize a variable?
Can a class have multiple subclasses?
Is heap stored in ram?
What is stack example?
Why do we need data structure in java?
What are nested classes in java?
Can a final variable be initialized in constructor?
Explain creating threads by extending thread class ?
What is method with example?