Answer Posted / tejas
The ability to take more than one form is known as
polymorphism.
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
How to achieve data abstraction?
Is is possible to define our own functional interface?
Write a note on encapsulation?
Can you explain primordial class loader?
What is the benefit of Composition over Inheritance?
Explain the term constructor
Can you instantiate an abstract class and what is an inner class?
Does PowerShell support OOPs?
Classes and structs support inheritance. Is this statement true or false?
Can an interface inherit from another interface?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Does a class inherit the constructor of its super class?
What does the “abstract” keyword mean in front of a method? A class?
What is a friend function?