Answer Posted / dk
Polymorphism is a concept use in OOP to define or describe different methods with same name like I.e. move of bishop and move of queen in chess game both have to move by different way.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the practical implementation of inner classes?
Do structs support inheritance?
What is the @functionalinterface annotation?
Why dynamic loading is used in object-oriented programming?
Define Initialisation Purpose.
What is virtual multiple inheritance?
Can we override static methods? Why?
Can an interface have an inner class?
Explain about inheritance?
what three "domains" are considered during analysis modeling?
What is the significance of encapsulation?
Explain about encapsulation?
What is super keyword?
How do you prevent a class from being inherited by another class?
What is a functional interface? What is sam interface?