Answer Posted / deep
wrapping of data and function in single unit (class)is
called encapsulation.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation example?
Why multiple inheritance is not allowed?
what is the sylabus for priliminaries?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
what's the basic's in dot net
Why is object oriented programming so hard?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is the problem with multiple inheritance?
Which language is pure oop?
What are the types of abstraction?
Is oop better than procedural?
What are the components of marker interface?
What is the fundamental idea of oop?
Can we have inheritance without polymorphism?
write a C++ program for booking using constructor and destructor.