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
Can enum be null?
What are properties in oop?
Why is oop better than procedural?
Please send ford technologies placement paper 2 my mail id
What is the difference between abstraction and polymorphism?
What are the important components of cohesion?
What is difference between abstraction and encapsulation?
What is oops concept with example?
What is object in oop?
Give two or more real cenario of virtual function and vertual object
Why do we need oop?
What is advantage of inheritance?
Why do we need polymorphism in c#?
What is the use of oops?
What is the main feature of oop?