Question
Which of the following is an example of Polymorphism in
Object-Oriented Programming?Solution
Polymorphism allows one interface to represent multiple implementations . This can occur through method overriding , where a subclass provides a specific implementation for a method declared in its parent class, or method overloading , where methods have the same name but different parameters. For instance, an Animal class might have a sound() method overridden in subclasses like Dog or Cat to produce specific sounds. Polymorphism enables flexibility and extensibility, as the same method can be applied differently based on the object. Why Other Options Are Incorrect : 2. A class that inherits properties from another class : This is Inheritance , not Polymorphism. 3. A class that uses another class as a part of its definition : This describes Composition , where objects are combined to form complex systems. 4. A way to restrict access to certain class members : This is Encapsulation , not Polymorphism. 5. A way of dividing a complex system into smaller components : This is closer to the concept of Modularization , unrelated to Polymorphism.
When it comes to time management, how do you typically approach your tasks?
How likely are you to seek out the opinions and perspectives of others when making important decisions?
How do you handle criticism or negative feedback?
How do you handle conflicts with others?
How likely are you to forgive someone who has hurt you deeply, even if they do not apologize?
What method for engaging do you prefer?
ÂHow do you typically approach decision-making?
How often do you find yourself putting the needs of others before your own needs?
How do you handle stress?
How important is it for you to have a clear plan or goal in mind?