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.
Arjun S said:
1 decade ago
Can any body explain polymorphism, encapsulation, inheritance, abstraction. ?
(1)
Narendra said:
1 decade ago
Variables & their functions both can be encapsulated into a single entity called object. This process is called encapsulation.
Rok said:
1 decade ago
What is Polymorphism ?
Shikha said:
1 decade ago
In C++ polymorphism (many forms of functions) term used when we want same interfece but different work.
Juhi said:
1 decade ago
Why can't the answer be Abstraction?
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.
Pooja Pandey said:
1 decade ago
The process of wrapping data and function together is called encapsulation.
Poonam said:
1 decade ago
The wrapping up of data into a single unit is "encapsulation".
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.
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.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers