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 have try without catch block?
What is math in java?
What exactly is methodology?
What is vector capacity in java?
How can you set an applet’s height and width as a percentage?
Why are arrays useful in java?
What are design patterns and please explain?
Explain when we should make an instance variable private.
What are java packages? What is the significance of packages?
What is a void method?
When is the finally clause of a try-catch-finally statement executed?
How is java created?
When does a class need a virtual destructor?
Can we execute a program without main?
What is the latest java version?