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 |
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
Which is the parameter that is added to every non-static member function when it is called?
What are virtual classes?
class type to basic type conversion
What is oops and why we use oops?
namespace is working on which compiler?
what is mean by design pattern
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
How to overload new operator in c++
Difference between realloc() and free?
What is a scope operator and tell me its functionality?
c++ is a pure object oriented programming or not?