Answer Posted / poorna chandar rao
mainly overloading and overriding is used java polymorphisum
conbcept
overloading is method name same and method signature also
same it is called static polymorphisum when object is
created that decided by static polymorphisum
overriding is method name same but differtn arguments this
is called dynamic ploymaorphisum
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Which method cannot be overridden?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
what are the realtime excercises in C++?
class type to basic type conversion
#include
What is new keyword in oops?
How to improve object oriented design skills?
What is meant by oops concept?
what is difference between class template and template class?
What are the advantages of polymorphism?
What is overriding vs overloading?
write knight tour problem which is present in datastructure
Why it is called runtime polymorphism?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?