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



why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7..

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

why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7..

Answer / rv.nandakishore

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

Post New Answer

More Core Java Interview Questions

What is singleton class in java and how can we make a class singleton?

0 Answers  


How can we make sure main() is the last thread to finish in java program?

0 Answers  


What is the difference between a scrollbar and a scrollpane?

0 Answers  


What is constructor chaining in java?

0 Answers  


What is the purpose of assert keyword used in jdk1.4.x?

0 Answers  


What is a literal coding?

0 Answers  


When should I use stringbuffer?

0 Answers  


What is boolean flag in java?

0 Answers  


In java how do we copy objects?

0 Answers  


whats string ?

10 Answers   HCL,


What is meant by Static query and Dynamic query?

2 Answers  


How do you reverse a string in java?

0 Answers  


Categories