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
explain sub-type and sub class? atleast u have differ it into 4 points?
Why is polymorphism important in oop?
What is pure oop?
What is static modifier?
What is data binding in oops?
What is difference between polymorphism and inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
When not to use object oriented programming?
What causes polymorphism?
How can you overcome the diamond problem in inheritance?
What are the features of oop?
Prepare me a program for the animation of train
How long to learn object oriented programming?
write a program to find 2^n+1 ?
What are the 3 pillars of oop?