Answer Posted / saamy
Data Encapsulation combines data and functions into a
single unit called Class. When using Data Encapsulation,
data is not accessed directly; it is only accessible
through the functions present inside the class. Data
Encapsulation enables the important concept of data hiding
possible.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are oops methods?
What are the 4 main oop principles?
What is the real time example of inheritance?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
How Do you Code Composition and Aggregation in C++ ?
What is ambiguity in inheritance?
What is the fundamental idea of oop?
How is polymorphism achieved?
What is class in oop with example?
What is encapsulation c#?
what are the ways in which a constructors can be called?
What is class and example?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is encapsulation in oop?
What does enum stand for?