How is data security provided in Object Oriented languages?
?
Answer Posted / ramakrishna yechuri
Data security is provided with the help of
access specifiers called private,protected.
A variable which is declared as private cannot be acceced
outside the class.
Total data is binded or encapsulated in the form of
class.
A class itself is an example for encapsulation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the types of inheritance?
Can we create object of interface?
What is balance factor?
What is constructor overloading in oop?
Please send ford technologies placement paper 2 my mail id
How does polymorphism work?
What is destructor example?
What is inheritance write a program to show use of inheritance?
What does it mean when someone says I oop?
What is cohesion in oop?
What is the purpose of enum?
What is object in oop?
what are the realtime excercises in C++?
why reinterpret cast is considered dangerous?
What is class in oop with example?