Answer Posted / saamy
Data Encapsulation combines data and functions into a
single unit called Class. When using Data Encapsulation,
data is not accessed directly; it is only accessible
through the functions present inside the class. Data
Encapsulation enables the important concept of data hiding
possible.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
any one please tell me the purpose of operator overloading
What is the diamond problem in inheritance?
which feature are not hold visual basic of oop?
What is stream in oop?
How long to learn object oriented programming?
What is debug class?what is trace class? What differences are between them? With examples.
Which is not an object oriented programming language?
Why do we use polymorphism?
What is polymorphism in oop example?
Where is pseudocode used?
Is abstract thinking intelligence?
Why multiple inheritance is not possible?
What is use of overloading?
Why is encapsulation used?
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?