can any one tell me what is advantage of encapsulation
Answer Posted / shalini
any programming lang. constitutes of two parts
1. logics 2. data
out of the above two, data is more important coz logics
lost can be rewritten but data once lost can never be
retrieved, hence data is more imp, but in the languages
like C and C++, there is a high chance of loosing the data
coz of the global variable concept, there is a very high
insecurity coz of global variables. So in order to overcum
the disadvantage of global var, encapsulation was
introduced, coz encapsulation eliminates the concepts of
global var, and the entire data is encapsulated at one
place, what u call it as class...hence encapsulation forms
the basis for OOPS concept
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are 5 boolean operators?
What is the reason behind using constructors and destructors?
Difference between notify() method and notifyall() method in java?
Write a function to find out longest palindrome in a given string?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is the static method?
Why do we need variables?
What initialize variables?
What is http client in java?
Give an example of use of pointers in java class.
What is the diffrence between inner class and nested class?
Which java ide is used the most?
Which method returns the length of a string?
Is set sorted in java?
What are the important features of Java 10 release?