what is the definition of incapsulation
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / arun
Wrapping up of data and methods in to a single entity is known as encapsulation
Is This Answer Correct ? | 3 Yes | 0 No |
What is class in oop with example?
What is multilevel inheritance in oop?
What is DeadlyDiamondDeathProblem ?
why c++ is called OOPS? waht is inherutance? what is compiler?
Why and when is a virtual destructor needed?
write a program for function overloading?
14 Answers HCL, InfoCity, TATA,
i got a backdoor offer in process global,Bangalore..Can i work with it?
what is polymorpsim? what are its types?
what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What is polymorphism and types?