Answer Posted / vijay pratap
Polymorphism is most feature of the object oriented
programming language.It means One method hendled the many
data types.
like ,one person do the many work.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
what's the basic's in dot net
What do you mean by overloading?
What is polymorphism and example?
What are the three main types of variables?
What is class and object with example?
What is balance factor?
What is abstract class in oop?
How to use CMutex, CSemaphore in VC++ MFC
What is the main purpose of inheritance law?
What is the difference between a mixin and inheritance?
write a program that takes input in digits and display the result in words from 1 to 1000
What is a superclass in oop?
Why multiple inheritance is not allowed?
What is multilevel inheritance?