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?
Abstraction
Encapsulation
Inheritance
Polymorphism
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
14 comments Page 2 of 2.

Juhi said:   1 decade ago
Why can't the answer be Abstraction?

Shikha said:   1 decade ago
In C++ polymorphism (many forms of functions) term used when we want same interfece but different work.

Rok said:   1 decade ago
What is Polymorphism ?

Narendra said:   1 decade ago
Variables & their functions both can be encapsulated into a single entity called object. This process is called encapsulation.


Post your comments here:

Your comments will be displayed after verification.