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
what is singleton class in java?
Can we compare two strings in java?
What is immutability in java?
Why do we create public static method in java?
What is the super void?
Give few examples of final classes defined in Java API?
Can you call one constructor from another if a class has multiple constructors?
State the merge-sort principle and its time complexity.
What is the size of a string in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is scope of a variable?
How does regex work?
What is sleep method?
How do you override a method?
What is hasnext in java?