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
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 |
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 |
Define locale.
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
Where can I find data structures question and answers with comprehensive working code written in Java
Give a practical example of singleton class usage?
Explain the difference between collection api and stream api in java8?
What is the syntax and characteristics of a lambda expression? Explain
What is the static keyword?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is methodological framework?
Difference between string, stringbuffer and stringbuilder?
Does constructor return any value?
How many bits is a char?