How is data security provided in Object Oriented languages?
?
Answer Posted / achal
in object oriented languages emphasis is laid on not to
have any global code(functions or variables.) Everything is
encapsulated inside the body of a class.
The objects of the class can access only the public members
of class. So the data mambers are more secure.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why do we use encapsulation in oops?
What is the difference between static polymorphism and dynamic polymorphism?
How to hide the base class functionality in Inheritance?
What polymorphism means?
What is static modifier?
What does oop mean in snapchat?
What is the oops and benefits of oops programming?
Write a program to reverse a string using recursive function?
What is the example of polymorphism?
Is this job good for future? can do this job post grduate student?
What does I oop mean?
What is polymorphism and why is it important?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are the two different types of polymorphism?
What are two types of polymorphism?