Answer: C) PolymorphismExplanation:Polymorphism refers to the ability to perform operations without knowing the type of object they'll be operated on.Discuss this Question 79. What is early binding?Early binding simply means that an object is bound to its function call at compile time Early ...
Polymorphism Method overloading Data hiding None of theseAnswer: C) Data hidingExplanation:Data hiding in Perl is also known as Encapsulation.Discuss this Question 26. Advantages of encapsulation are -Data hiding Reusability Ease of testing All of these...
21. Which of the following OOPs concepts are supported in C++?Inheritance Encapsulation Abstraction PolymorphismOpation:1 and 2 1, 2, and 3 1, 2, and 4 All 1,2,3,4Answer: D) All 1,2,3,4Explanation:C++ supports the following OOPS concept:...