Answer Posted / dipraj shahane
Encapsulation is binding code and data together. In Class we
are binding data (member variable) to code (member function).
Class is implementing encapsulation feature.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How is polymorphism achieved?
What is meant by multiple inheritance?
What is abstraction in oops with example?
Prepare me a program for the animation of train
How do you define a class in oop?
What is data binding in oops?
Why multiple inheritance is not possible?
What is encapsulation oop?
Can we define a class within the interface?
What is polymorphism and types?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Why is abstraction used?
Why do we use inheritance?
What is the real time example of encapsulation?
What is balance factor?