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 base type from which all structs inherit directly?
Difference between composition and inheritance ?
What are extrinsic and intrinsic connections in object-oriented programming?
What do you mean by abstract classes?
What is hybrid inheritance?
What is an interface?
What is diamond inheritance problem? How java 8 solves this problem?
Can constructors be parameterized?
Explain the purpose of composition.
What is meant by overloading functions and operators?
What is the function of dynamic typing?
Do structs support inheritance?
What does the keyword virtual represented in the method definition?
What are abstract classes?
What are the problems faced by the developer using object oriented programming language?