How is data security provided in Object Oriented languages?
?
Answer Posted / guest
In c++,
Data is encapsulated(hidden) in the form of specifiers such as:
private: accessible only to members of class.
public: accessible everywhere.
protected :accessible only to the members that are
inherited(see inheritance)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does and I oop and sksksk mean?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is object and class in oops?
How do you define a class in oop?
Explain the concepts involved in Object Oriented programming.
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is the main feature of oop?
program for insertion ,deletion,sorting in double link list
what is the drawback of classical methods in oops?
Why do we use inheritance?
What is encapsulation with real life example?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the features of oop?
Why is there no multiple inheritance?