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
How to make a class accessible as a web service?
What is inheritance in java?
What is an abstraction and why is it important?
Classes and structs support inheritance. Is this statement true or false?
What is the function of pure virtual functions?
Does a class inherit the constructor of its super class?
What is a subclass?
Explain what you understand by function overloading.
What are a base class, subclass, and superclass?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
What is difference between static and non-static fields of a class?
Name some languages which have object oriented language and characteristics?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Write a note about inheritance?
What is meant by “abstract interface”?