C++ Programming - OOPS Concepts - Discussion
Discussion Forum : OOPS Concepts - General Questions (Q.No. 22)
22.
Which of the following concepts means wrapping up of data and functions together?
Discussion:
14 comments Page 1 of 2.
Smarty said:
9 years ago
Can anyone explain me, why encapsulation?
Khushbu said:
9 years ago
Variables & their functions both can be encapsulated into a single entity called object. This process is called encapsulation.
Prajnya said:
9 years ago
@Rok.
Polymorphism is simply means using one name for more than one forms of data (object or function). It's 2 types such as static polymorphism and dynamic polymorphism.
Polymorphism is simply means using one name for more than one forms of data (object or function). It's 2 types such as static polymorphism and dynamic polymorphism.
Jash said:
1 decade ago
Why is encapsulation?
Atul said:
1 decade ago
Encapsulation is understanding an object and represent in terms of it characteristic usage frequency 1 usage frequency 2 behaviour 3 both 4 none of this.
Arpit said:
1 decade ago
One class property use in other class is called a inheritance same interface but its work is different is called the polymorphism.
Poonam said:
1 decade ago
The wrapping up of data into a single unit is "encapsulation".
Pooja Pandey said:
1 decade ago
The process of wrapping data and function together is called encapsulation.
Arjun S said:
1 decade ago
Can any body explain polymorphism, encapsulation, inheritance, abstraction. ?
(1)
Priyanka V said:
1 decade ago
The answer couldn't be abstraction, since it is one of the important characteristics of the object oriented language where only the fewer things are exposed to the end users and the things or I meant steps or in terms of operation are hidden, if data itself hidden then it becomes data hiding!
Where in wrapping means binding data members and member function into a single entity called object, this technique is called to be encapsulation.
Where in wrapping means binding data members and member function into a single entity called object, this technique is called to be encapsulation.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers