Answer Posted / dev yadav
when a class contain two method with same name but different list of argument.....is called method overloading
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How oops is better than procedural?
class type to basic type conversion
What is static in oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is purpose of inheritance?
can we make game by using c
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What are constructors in oop?
what are the different types of qualifier in java?
what are the realtime excercises in C++?
What is inheritance and how many types of inheritance?
What are the two different types of polymorphism?
How do you achieve runtime polymorphism?
Can enum be null?