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 |
Why is static class not inherited?
2. Give the different notations for the class.\
Give two or more real cenario of virtual function and vertual object
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What does sksksk mean in text slang?
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,
What are the data types in oop?
Write A Program using Single and Multiple Inheritance.
Write 7 differences between "Public" function and "Private" function?
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
What is extreme programming?
What is the main difference between C++ and Java