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 polymorphism?
What is class and object with example?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
write a C++ program for booking using constructor and destructor.
Plese get me a perfect C++ program for railway/airway reservation with all details.
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What are benefits of oop?
State what is encapsulation and friend function?
What are functions in oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
what is difference between class template and template class?
What is the significance of classes in oop?
Why is static class not inherited?
Get me an image implementation program.
What are the important components of cohesion?