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
Can we extend singleton class?
How do you add an element to a set in java?
Why are the methods of the math class static?
What is the difference between an interface and an abstract class?
What is the diffrence between inner class and nested class?
What is static in java?
Is java 11 paid version?
Does collectionutils isempty check for null?
What is ternary operator?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Can we define constructor in inner class?
How many bits is a char?
How many wrapper classes are there in java?
What is hotjava?
What is the difference between yielding and sleeping in java programming?