Answer Posted / deepika sharma
when two functions with same name is used in java program
then this method is called as function overloading
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are the two different types of polymorphism?
What is pointer in oop?
What are the benefits of interface?
Can a varargs method be overloaded?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is coupling in oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
what is difference between class template and template class?
What is the difference between inheritance and polymorphism?
is there any choice in opting subjects like 4 out of 7
Explain the advantages of inheritance.
What polymorphism means?
What is and I oop mean?
Can a destructor be called directly?
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.