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 does oop mean in snapchat?
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
What are the components of marker interface?
what is an instance of a class
why the memory allocated with new cant be freed using free()
c++ is a pure object oriented programming or not?
Why static Function is used in C++?
Which is not an object oriented programming language?
What is virtual class and friend class?
the difference between new and malloc
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
The expansion of GNU