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

types of applets?.

7 Answers   TCS,


Is java is a fully object object oriented language?

31 Answers   TCS,


Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.

1 Answers  


Can a class have 2 constructors?

0 Answers  


What is the latest version of java?

0 Answers  






What should I import for arraylist in java?

0 Answers  


explain the classification of exception and hoew to handle the exceptions

2 Answers  


what do you mean by classloader?

0 Answers  


What is loop in java?

0 Answers  


What happens when I use / and % with a negative numerator?

0 Answers  


What is a predicate method?

0 Answers  


Name and explain the types of ways which are used to pass arguments in any function in java.

0 Answers  


Categories